|
@@ -309,10 +309,9 @@ public class MainActivity extends BaseMVPActivity<ActivityMainBinding, MainPrese
|
|
|
if (id == R.id.view_chat) {
|
|
|
if (UiUtils.isFastClick(200)) {
|
|
|
//双击操作
|
|
|
-// if (mChatFragment != null) {
|
|
|
-// mChatFragment.onFindConversationUnRead();
|
|
|
-// }
|
|
|
- return;
|
|
|
+ if (mChatFragment != null) {
|
|
|
+ mChatFragment.onFindConversationUnRead();
|
|
|
+ }
|
|
|
}
|
|
|
getViewBinding().viewPager.setCurrentItem(2, false);
|
|
|
handleTabAnim(viewBinding.tabChat);
|