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
onDataChange callback executes in the UI thread which is resulting in slow down of Home Fragment(and possibly everywhere else in the code too). Switch to use of Async tasks or similar
The text was updated successfully, but these errors were encountered:
onDataChange
callback executes in the UI thread which is resulting in slow down of Home Fragment(and possibly everywhere else in the code too). Switch to use of Async tasks or similarThe text was updated successfully, but these errors were encountered: