Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Android 11 API and workaround for android tv #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lKinderBueno
Copy link

Android 11 has a better API to check if the keyboard is visible or not.
I have implemented it and now it is possible to check if the keyboard is visible on android tv.

@lKinderBueno lKinderBueno changed the title Added Android 11 API and fix for android tv Added Android 11 API and workaround for android tv Sep 10, 2022
@@ -5,6 +5,7 @@
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import androidx.core.view.WindowInsetsCompat;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

androidx is a dependancy right? You were able to add this without changing the gradle file?

Last time I tried bringing AndroidX it caused issues for a lot of users, so I reverted it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants