Commit e07bc7a8 authored by Grigory Fedorov's avatar Grigory Fedorov

ChatViewer critical mistake fixed (user was assigned to both account and user)

parent 59c12807
......@@ -179,7 +179,7 @@ public class ChatViewer extends ManagedActivity implements OnChatChangedListener
LogManager.i(this, "onNewIntent account: " + account + ", user: " + user);
actionWithUser = user;
actionWithAccount = user;
actionWithAccount = account;
selectPage(false);
onChatSelected();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment