Skip to content

Commit

Permalink
Manifest: Restrict refreshing data on screen rotation
Browse files Browse the repository at this point in the history
to avoid crashing

Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Mar 3, 2024
1 parent d21e838 commit c0e140a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<activity
android:name=".activities.MainActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit c0e140a

Please sign in to comment.