Skip to content

Commit

Permalink
don't restart activity on screen rotation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fm-sys committed Oct 28, 2022
1 parent d9e0b1d commit 2f286f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

<activity
android:name="org.surfsite.gexporter.MainActivity"
android:windowSoftInputMode="stateHidden">
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="stateHidden"
android:exported="true">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 2f286f8

Please sign in to comment.