emojicon
emojicon copied to clipboard
App crash by adding the Popup
My app is crashing if i add this line: EmojiPopup = new EmojiconsPopup(ChatRootView, getApplicationContext());
I think the problem is by get the root view. I don't see logs.
View ChatRootView = findViewById(R.id.ChatRootView);
getRootView() is used to get the topmost view layout and calculate the keyboard height based on how that changes, it should never be null. I would need the logs to do anything about it.