Commit cb7bfce2 authored by Grigory Fedorov's avatar Grigory Fedorov

ChatViewerFragment: chat updated on resume. Last messages was not loaded after app resume.

parent d1090259
......@@ -163,7 +163,11 @@ public class ChatViewerFragment extends Fragment implements AdapterView.OnItemCl
public void onResume() {
super.onResume();
((ChatViewer)getActivity()).registerChat(this);
updateChat();
restoreInputState();
}
public void restoreInputState() {
......
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