emojicon icon indicating copy to clipboard operation
emojicon copied to clipboard

App crash by adding the Popup

Open Aglima opened this issue 10 years ago • 1 comments

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);

Aglima avatar Mar 25 '15 00:03 Aglima

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.

ankushsachdeva avatar Mar 25 '15 11:03 ankushsachdeva