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, we found a bug that crashes the app if there is a poor internet connection. This happens whenever we change from the main movie list to the main TV show list and the other way around. After doing this, the app crashes because the showErrorMessage calls the context of the activity that was loaded, bot the activity is destroyed when changing to the other activity, so context becomes null, causing something like a NullPointerException in the method “Utilities.isOnline()”.
The text was updated successfully, but these errors were encountered:
Hi, we found a bug that crashes the app if there is a poor internet connection. This happens whenever we change from the main movie list to the main TV show list and the other way around. After doing this, the app crashes because the showErrorMessage calls the context of the activity that was loaded, bot the activity is destroyed when changing to the other activity, so context becomes null, causing something like a NullPointerException in the method “Utilities.isOnline()”.
The text was updated successfully, but these errors were encountered: