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
Hi I'm using the sample to make my own application, the problem that I have is that when I'm on a chat activity displaying all the messages, and I press back buttons, it throws me an error:
E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver com.mesibo.api.GenericReceiver@c4650f8 that was originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver com.mesibo.api.NetworkStateReceiver@fda1d55 that was originally registered here. Are you missing a call to unregisterReceiver()?
I need to implement an extra method on my onBackPressed()? Why is throwing that error?
I believe that your API reference needs more specifications about methods because is hard to find the status codes, message status codes, etc.
The text was updated successfully, but these errors were encountered:
Can you send more details about the API version, Android OS, and device. I also suggest you look at https://github.com/mesibo/messenger-app-android which is a full sample app. Additionally, we are soon replacing Activity with Fragment which you can easily customize, the updated sample is expected to release by end of the next week.
The API reference document is updatinG. However, let us know anything specific and we will revert swiftly.
Hi I'm using the sample to make my own application, the problem that I have is that when I'm on a chat activity displaying all the messages, and I press back buttons, it throws me an error:
E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver com.mesibo.api.GenericReceiver@c4650f8 that was originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread: Activity com.myapp.Activities.Inbox has leaked IntentReceiver com.mesibo.api.NetworkStateReceiver@fda1d55 that was originally registered here. Are you missing a call to unregisterReceiver()?
I need to implement an extra method on my onBackPressed()? Why is throwing that error?
I believe that your API reference needs more specifications about methods because is hard to find the status codes, message status codes, etc.
The text was updated successfully, but these errors were encountered: