Skip to content

Commit

Permalink
Merge pull request #1072 from meenbeese/disable-resize
Browse files Browse the repository at this point in the history
Disable resizing of app view on Android
  • Loading branch information
veloce authored Oct 7, 2024
2 parents 8f0e3ad + 5acd606 commit 840ccd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:resizeableActivity="false"
android:fullBackupContent="@xml/backup_rules">

<meta-data
Expand Down

0 comments on commit 840ccd4

Please sign in to comment.