新增bugly

This commit is contained in:
wangcongtao
2020-09-09 14:43:03 +08:00
parent ef677ae4b8
commit e3eed35123
32 changed files with 451 additions and 39 deletions

View File

@@ -185,7 +185,7 @@ public class MogoModulesManager implements MogoModulesHandler {
return;
}
mActivity.getSupportFragmentManager().beginTransaction()
.add( containerId, fragment, provider.getModuleName() )
.replace( containerId, fragment, provider.getModuleName() )
.commitAllowingStateLoss();
}
}