Skip to content

Commit

Permalink
do not destroy activity on keyboard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Dec 22, 2019
1 parent 3bb1337 commit 0dc0863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
android:screenOrientation="sensorPortrait"
android:resizeableActivity="false"
android:launchMode="singleInstance"
android:configChanges="keyboard|keyboardHidden"
android:theme="@style/SplashScreen">
<!--add android:requestLegacyExternalStorage="true" when bumping targetApi to 29+
Expand Down

0 comments on commit 0dc0863

Please sign in to comment.