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've tried to generate a new SlyceMessagingFragment via Java, but the instance generated throws a NullPointerException when trying to set LoadMoreMessagesListener(). .getId() also returns null.
This is the code I used to construct it, as well as trying the default empty constructor:
I've tried to generate a new SlyceMessagingFragment via Java, but the instance generated throws a NullPointerException when trying to set LoadMoreMessagesListener(). .getId() also returns null.
This is the code I used to construct it, as well as trying the default empty constructor:
slyceMessagingFragment = (SlyceMessagingFragment) SlyceMessagingFragment.instantiate(this, "MatchFragment.class");
Has anyone been able to achieve this?
The text was updated successfully, but these errors were encountered: