You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to include the AXEmoji inside a custom android keyboard / IME. Which is run on a service not activity.
I try to use AXEmojiPopupLayout into keyboard layout, but it's throw Exception because the parameter needed is context from Activity not from service.
this line throw Exception. parentView = Utils.asActivity(popupLayout.getContext()).findViewById(android.R.id.content);
Can you solve this?
I hope it's can be run on android keyboard.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm trying to include the AXEmoji inside a custom android keyboard / IME. Which is run on a service not activity.
I try to use AXEmojiPopupLayout into keyboard layout, but it's throw Exception because the parameter needed is context from Activity not from service.
this line throw Exception.
parentView = Utils.asActivity(popupLayout.getContext()).findViewById(android.R.id.content);
Can you solve this?
I hope it's can be run on android keyboard.
Thanks in advance.
The text was updated successfully, but these errors were encountered: