mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-11 11:44:59 -05:00
ConversationActivity: Only invalidate dots view
This commit is contained in:
parent
484c0283dc
commit
8cb8341218
@ -350,8 +350,6 @@ public class ConversationActivity extends Activity implements ServiceConnection,
|
|||||||
if (conversation.getStatus() != Conversation.STATUS_SELECTED) {
|
if (conversation.getStatus() != Conversation.STATUS_SELECTED) {
|
||||||
conversation.setStatus(Conversation.STATUS_MESSAGE);
|
conversation.setStatus(Conversation.STATUS_MESSAGE);
|
||||||
if (dots != null) {
|
if (dots != null) {
|
||||||
dots.refreshDrawableState();
|
|
||||||
dots.requestLayout();
|
|
||||||
dots.invalidate();
|
dots.invalidate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user