还原
This commit is contained in:
parent
83a73f90f2
commit
4472be6385
@ -111,8 +111,6 @@ public class UnityPlayerActivity extends Activity implements IUnityPlayerLifecyc
|
|||||||
{
|
{
|
||||||
super.onPause();
|
super.onPause();
|
||||||
|
|
||||||
MultiWindowSupport.saveMultiWindowMode(this);
|
|
||||||
|
|
||||||
if (MultiWindowSupport.getAllowResizableWindow(this))
|
if (MultiWindowSupport.getAllowResizableWindow(this))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@ -125,7 +123,7 @@ public class UnityPlayerActivity extends Activity implements IUnityPlayerLifecyc
|
|||||||
{
|
{
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
|
||||||
if (MultiWindowSupport.getAllowResizableWindow(this) && !MultiWindowSupport.isMultiWindowModeChangedToTrue(this))
|
if (MultiWindowSupport.getAllowResizableWindow(this))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
mUnityPlayer.resume();
|
mUnityPlayer.resume();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user