renaming in mucs now persistent
This commit is contained in:
parent
4e20b81bd9
commit
1bdbeb620f
|
@ -347,6 +347,7 @@ public class ConversationFragment extends Fragment {
|
|||
|
||||
@Override
|
||||
public void onRename(final boolean success) {
|
||||
activity.xmppConnectionService.updateConversation(conversation);
|
||||
getActivity().runOnUiThread(new Runnable() {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue