Commit 3a84e840 authored by kenan's avatar kenan

fullscreen调整

parent 37c23429
......@@ -109,11 +109,11 @@ public class YGOMobileActivity extends NativeActivity implements
if(USE_SURFACE) {
mSurfaceView = new SurfaceView(this);
}
super.onCreate(savedInstanceState);
Log.e("YGOStarter","跳转完成"+System.currentTimeMillis());
mFullScreenUtils = new FullScreenUtils(this, app().isImmerSiveMode());
mFullScreenUtils.fullscreen();
mFullScreenUtils.onCreate();
super.onCreate(savedInstanceState);
Log.e("YGOStarter","跳转完成"+System.currentTimeMillis());
if (sChainControlXPostion < 0) {
initPostion();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment