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

main
Alibek Omarov 4 years ago
commit 2e7913df23
  1. 8
      app/src/main/java/com/keylesspalace/tusky/fragment/NotificationsFragment.java

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

Loading…
Cancel
Save