Merge remote-tracking branch 'origin/dev_cyp' into dev_nonearth

This commit is contained in:
lishuo 2021-12-03 18:22:31 +08:00
commit aff636f9a8
2 changed files with 5 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class AndroidUpdate : PFUIPanel
var activity = jc.GetStatic<AndroidJavaObject>("currentActivity");
//Debug.Log("打开apk"+ "file://" + path);
activity.Call("OpenApk", path);
Application.Quit();
//Application.Quit();
#endif
}
}

View File

@ -234,6 +234,10 @@ namespace Assets.Scripts
{
return true;
}
else if (ai > bi)
{
return false;
}
}
return false;
}