mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Bug fixes from previous change
This commit is contained in:
parent
84f97f3ccd
commit
0ca33e4517
2 changed files with 3 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ public class MinecraftDownloaderTask extends AsyncTask<String, String, Throwable
|
|||
jvmArgs.add("-Xms128M");
|
||||
jvmArgs.add("-Xmx1G");
|
||||
*/
|
||||
Intent mainIntent = new Intent(mActivity, BaseMainActivity.class);
|
||||
Intent mainIntent = new Intent(mActivity, MainActivity.class);
|
||||
// mainIntent.addFlags(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT);
|
||||
mainIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
|
||||
mainIntent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
|
||||
|
|
|
|||
|
|
@ -17,12 +17,12 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_alignParentRight="true"/>
|
||||
|
||||
<net.kdt.pojavlaunch.customcontrols.ControlsLayout
|
||||
<net.kdt.pojavlaunch.customcontrols.ControlLayout
|
||||
android:id="@+id/customctrl_controllayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</net.kdt.pojavlaunch.customcontrols.ControlsLayout>
|
||||
</net.kdt.pojavlaunch.customcontrols.ControlLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue