Bug fixes from previous change

This commit is contained in:
khanhduytran0 2020-11-17 16:36:09 +07:00
parent 84f97f3ccd
commit 0ca33e4517
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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>