Skip to content

Commit

Permalink
Merge pull request #2508 from PhilippC/2507--dialog-behind-keyboard
Browse files Browse the repository at this point in the history
making activity adjustResize to (hopefully) close #2507
  • Loading branch information
PhilippC authored Jan 14, 2024
2 parents 3997b21 + 99db263 commit 8e4ee4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace keepass2android.services.Kp2aAutofill
[Activity(Label = "@string/app_name",
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.KeyboardHidden,
Theme = "@style/MyTheme_ActionBar",
WindowSoftInputMode = SoftInput.AdjustResize,
Permission = "keepass2android." + AppNames.PackagePart + ".permission.Kp2aChooseAutofill")]
public class ChooseForAutofillActivity : ChooseForAutofillActivityBase
{
Expand Down

0 comments on commit 8e4ee4f

Please sign in to comment.