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