Skip to content

Commit

Permalink
Merge pull request #2268 from CatimaLoyalty/fix/incorrectSoftInputModes
Browse files Browse the repository at this point in the history
Ensure save button stays pressable while keyboard is visible in edit screen
  • Loading branch information
TheLastProject authored Jan 7, 2025
2 parents dd29be7 + 2dd53a5 commit ed166b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@
<activity
android:name=".LoyaltyCardViewActivity"
android:exported="true"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="stateHidden" />
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".LoyaltyCardEditActivity"
android:exported="true"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="stateHidden">
android:windowSoftInputMode="adjustResize">
<intent-filter
android:autoVerify="true"
android:label="@string/app_name">
Expand Down Expand Up @@ -119,8 +118,7 @@
<activity
android:name=".BarcodeSelectorActivity"
android:label="@string/selectBarcodeTitle"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="stateHidden" />
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".preferences.SettingsActivity"
android:label="@string/settings"
Expand Down

0 comments on commit ed166b1

Please sign in to comment.