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) {
|
} catch (final NoSuchElementException ignored) {
|
||||||
|
|
||||||
}
|
}
|
||||||
activity.xmppConnectionService.updateConversationUi();
|
activity.refreshUi();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue