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
{{ message }}
This repository was archived by the owner on Feb 10, 2022. It is now read-only.
User ID and nickname is successfully inputed and I can see it at my sendbird Dashboard
but when I click send button, app shut down with this error log message
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.sendbird.androidchattutorial.ChatActivity$ChatAdapter.sendMessage(java.lang.String)' on a null object reference
at com.sendbird.androidchattutorial.ChatActivity$2.onClick(ChatActivity.java:78)