Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 328ee8d

Browse files
committed
Fix module install restarts on screen rotation (#146)
1 parent 73805d4 commit 328ee8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
android:name=".installer.InstallerActivity"
6363
android:parentActivityName=".MainActivity"
6464
android:exported="false"
65-
android:launchMode="singleTop">
65+
android:screenOrientation="portrait"
66+
android:launchMode="singleTop"
67+
tools:ignore="LockedOrientationActivity">
6668
<intent-filter>
6769
<action android:name="${applicationId}.intent.action.INSTALL_MODULE_INTERNAL" />
6870
</intent-filter>

0 commit comments

Comments
 (0)