Skip to content

Commit

Permalink
Merge pull request #397 from CollActionteam/development
Browse files Browse the repository at this point in the history
Development to Production #3
  • Loading branch information
Xazin committed Apr 4, 2023
2 parents 2dce9f9 + 1e9981e commit f5ca8c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:exported="true">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
Expand Down

0 comments on commit f5ca8c1

Please sign in to comment.