mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 02:42:16 -05:00
ConversationActivity: Status filtering is now done by Conversation class
This commit is contained in:
parent
70388160c7
commit
2265c03a69
@ -347,11 +347,9 @@ public class ConversationActivity extends Activity implements ServiceConnection,
|
||||
Conversation conversation = server.getConversation(target);
|
||||
MessageListAdapter adapter = conversation.getMessageListAdapter();
|
||||
|
||||
if (conversation.getStatus() != Conversation.STATUS_SELECTED) {
|
||||
conversation.setStatus(Conversation.STATUS_MESSAGE);
|
||||
if (dots != null) {
|
||||
dots.invalidate();
|
||||
}
|
||||
conversation.setStatus(Conversation.STATUS_MESSAGE);
|
||||
if (dots != null) {
|
||||
dots.invalidate();
|
||||
}
|
||||
|
||||
while(conversation.hasBufferedMessages()) {
|
||||
|
Loading…
Reference in New Issue
Block a user