Skip to content

Commit 94c40b7

Browse files
feat: force portrait screen orientation
1 parent e234718 commit 94c40b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<activity
1515
android:name="org.bitcoindevkit.devkitwallet.presentation.DevkitWalletActivity"
1616
android:theme="@style/SplashScreen"
17+
android:screenOrientation="portrait"
1718
android:exported="true">
1819
<intent-filter>
1920
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)