call refreshUi directly

This commit is contained in:
Daniel Gultsch 2015-07-24 14:43:13 +02:00
parent c32162c280
commit e5fae429fa
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
}); });
} }