This commit is contained in:
wangcongtao
2020-06-04 17:35:42 +08:00
parent 82e0a15f2e
commit 0298578b55
20 changed files with 317 additions and 98 deletions

View File

@@ -421,6 +421,9 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
if ( naviinfo == null ) {
return;
}
if ( mExitNavi.getVisibility() == View.GONE ) {
onStartNavi();
}
mNaviInfo.notifyChanged( naviinfo );
}