Merge remote-tracking branch 'origin2/develop' into develop

This commit is contained in:
Alibek Omarov 2020-01-16 11:58:27 +03:00
commit e2ad0f541f
1 changed files with 8 additions and 0 deletions

View File

@ -1024,6 +1024,14 @@ public class NotificationsFragment extends SFragment implements
} }
} }
Log.e(TAG, "Fetch failure: " + exception.getMessage()); Log.e(TAG, "Fetch failure: " + exception.getMessage());
if (fetchEnd == FetchEnd.TOP) {
topLoading = false;
}
if (fetchEnd == FetchEnd.BOTTOM) {
bottomLoading = false;
}
progressBar.setVisibility(View.GONE); progressBar.setVisibility(View.GONE);
} }