解决部分车机出现高德被杀,无法隐藏导航信息的问题
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user