opt
This commit is contained in:
@@ -902,7 +902,9 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
}
|
||||
|
||||
// vr 模式切换到普通模式下,保持之前的白天模式 wtf.
|
||||
if ( last == EnumMapUI.Type_VR && mCurrentUI != last ) {
|
||||
if ( last == EnumMapUI.Type_VR
|
||||
&& mCurrentUI != last
|
||||
&& mCurrentUI != EnumMapUI.Type_Light ) {
|
||||
if ( mIsLightStyle ) {
|
||||
changeMapMode( EnumMapUI.Type_Light );
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user