mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -04:00
Fixed some '%s'
This commit is contained in:
parent
ed6f15dd6f
commit
2434086335
@ -116,7 +116,7 @@ public class MCLauncherActivity extends AppCompatActivity
|
|||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
//Tools.throwError(this, e);
|
//Tools.throwError(this, e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
toast(getStr(R.string.toast_login_error) + " " + e.getMessage());
|
toast(getStr(R.string.toast_login_error, e.getMessage()));
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -611,7 +611,7 @@ public class MCLauncherActivity extends AppCompatActivity
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
publishProgress("5", getStr(R.string.mcl_launch_download_client) + p1[0]);
|
publishProgress("5", getStr(R.string.mcl_launch_download_client, p1[0]));
|
||||||
outUnpatchedConvert = new File(unpatchedPath);
|
outUnpatchedConvert = new File(unpatchedPath);
|
||||||
boolean patchedExist = new File(patchedFile).exists();
|
boolean patchedExist = new File(patchedFile).exists();
|
||||||
if (!patchedExist) {
|
if (!patchedExist) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user