Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added option of uiMode in configChange
Browse files Browse the repository at this point in the history
NiranjanNlc committed Jan 26, 2024
1 parent c647a15 commit c4faf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@

<activity
android:name="org.mifos.mobile.ui.activities.HomeActivity"
android:configChanges="screenLayout|screenSize|orientation"
android:configChanges="screenLayout|screenSize|orientation|uiMode"
android:label="@string/home"
android:windowSoftInputMode="adjustResize" />
<activity

0 comments on commit c4faf36

Please sign in to comment.