滑动切换房间bugfix
This commit is contained in:
@@ -108,7 +108,7 @@ class FakeSingleRoomBackFragment : BaseViewBindingFragment<FragmentFakeSingleRoo
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
fun onSwitchRoomEvent(event: SwitchRoomEvent) {
|
||||
cacheRoomInfoList.add(event.roomInfo)
|
||||
cacheRoomInfoList.add(0, event.roomInfo)
|
||||
}
|
||||
|
||||
override fun onDestroyView() {
|
||||
|
@@ -930,7 +930,7 @@ public class DialogManager {
|
||||
return;
|
||||
}
|
||||
if (mDialog.isShowing()) {
|
||||
mDialog.dismiss();
|
||||
return;
|
||||
}
|
||||
if (mReCreate) {
|
||||
mDialog = mBuilder.create();
|
||||
|
Reference in New Issue
Block a user