解决部分车机出现高德被杀,无法隐藏导航信息的问题

This commit is contained in:
wangcongtao
2020-09-29 15:02:53 +08:00
parent 98e5e9ba87
commit 4dbe0c5748

View File

@@ -621,6 +621,12 @@ public class EntranceFragment extends MvpFragment<EntranceView, EntrancePresente
}
mCameraMode.setText(getString(mCameraMode.isSelected() ?
R.string.mode_car_up : R.string.mode_north_up));
} else if( key_type == 10021 ){
try {
onStopNavi();
} catch ( Exception e ) {
Logger.e( TAG, e, "onIntentReceived -> 10021" );
}
}
}