mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
call refreshUi directly
This commit is contained in:
parent
c32162c280
commit
e5fae429fa
@ -832,7 +832,7 @@ public class ConversationFragment extends Fragment implements EditMessage.Keyboa
|
||||
} catch (final NoSuchElementException ignored) {
|
||||
|
||||
}
|
||||
activity.xmppConnectionService.updateConversationUi();
|
||||
activity.refreshUi();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user