app/src/main/java/com/fuban/user/ui/trip/MapTripFragment.kt
@@ -474,6 +474,7 @@ } private fun showChangeCity() { if ((requireActivity() as MainActivity).isOpen){ val tipDialog = TipDialog() tipDialog.arguments = bundleOf("msg" to "当前城市与定位城市不符,是否切换?") tipDialog.setCallback(object : TipDialog.OnClickCallback { @@ -487,6 +488,7 @@ }) tipDialog.show(childFragmentManager, "clear") } } private fun initTab() { val list = arrayListOf<CustomTabEntity>()