mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-28 05:45:03 -06:00
Bug 2 patch
This commit is contained in:
parent
2f2f0934d0
commit
0a67b1f629
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||
}
|
||||
if(current_rt_version == null && otherRuntimesAvailable) return true; //Assume user maintains his own runtime
|
||||
if(rt_version == null) return false;
|
||||
if(!current_rt_version.equals(rt_version)) { //If we already have an integrated one installed, check if it's up-to-date
|
||||
if(!rt_version.equals(current_rt_version)) { //If we already have an integrated one installed, check if it's up-to-date
|
||||
try {
|
||||
MultiRTUtils.installRuntimeNamedBinpack(am.open("components/jre/universal.tar.xz"), am.open("components/jre/bin-" + Tools.CURRENT_ARCHITECTURE.split("/")[0] + ".tar.xz"), "Internal", rt_version,
|
||||
(resid, vararg) -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue