skydoves / PowerMenu

:fire: Powerful and modernized popup menu with fully customizable animations.
Apache License 2.0
1.19k stars 175 forks source link

Don't cover Android virtual keyboard #91

Closed RobbWatershed closed 2 years ago

RobbWatershed commented 2 years ago

Guidelines

Prevent PowerMenu from covering the Android virtual keyboard (#90) Successfuly tested with the sample app

Types of changes

What types of changes does your code introduce?

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

RobbWatershed commented 2 years ago

FYI, screenshot of the fixed menu

image

skydoves commented 2 years ago

Hey @RobbWatershed, Thank you for your contribution. Due to INPUT_METHOD_NEEDED was not imported to the file, the commit was broken. Could you fix this and push it? Thanks!

RobbWatershed commented 2 years ago

Sorry for that. I didn't commit from Android Studio but by hand, and completely forgot about imports.

It should be fine now.