opt 事件面板按钮不出现问题

This commit is contained in:
tongchenfei
2020-09-01 18:40:05 +08:00
parent a19a655957
commit 88e34b83e6
7 changed files with 61 additions and 12 deletions

View File

@@ -131,13 +131,17 @@ class V2XEventPanelFragment : MvpFragment<V2XEventPanelFragment, EventPanelPrese
showPanel()
}
}
V2XServiceManager.getMogoEntranceButtonController().addBottomLayerView(mV2XEventPanelHistoryCountView)
changeEventCount()
} catch (e: Exception) {
e.printStackTrace()
}
}
override fun onResume() {
super.onResume()
V2XServiceManager.getMogoEntranceButtonController().addBottomLayerView(mV2XEventPanelHistoryCountView)
}
override fun onDestroyView() {
mediator?.detach()
super.onDestroyView()