Skip to content

Commit

Permalink
revert screen orientation change
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Nov 26, 2024
1 parent e972f9a commit a7f1b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTask"
android:screenOrientation="unspecified"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.SplashScreen"
android:windowSoftInputMode="adjustResize|stateHidden">

Expand Down

0 comments on commit a7f1b78

Please sign in to comment.