[删除vr回调、允许fragment 丢失状态、m1添加接驳业务]
This commit is contained in:
yangyakun
2024-04-29 18:38:33 +08:00
parent 0ea3ca5384
commit 892c8eef40
5 changed files with 2 additions and 37 deletions

View File

@@ -72,7 +72,7 @@ abstract class FacadeProvider : IMoGoFunctionProvider, ILoginCallback {
if (supportFragmentManager != null) {
val back = supportFragmentManager.beginTransaction()
back.replace(containerId, fragment, fragment.tag)
back.commit()
back.commitAllowingStateLoss()
}
}