@@ -170,6 +170,7 @@ class ChatListFragment : Fragment(), AdapterView.OnItemClickListener,
mTvScrollToTop = rootView.findViewById(R.id.tv_chat_up)
mTvScrollToTop?.setOnClickListener(this)
chatListView?.setOnScrollListener(this)
+ scrollMyListViewToBottom()
return rootView
}