Hide new posts notification on unbind

multisite
Floens 10 years ago
parent d8fafa1e45
commit 7f89a3b50a
  1. 1
      Clover/app/src/main/java/org/floens/chan/core/presenter/ThreadPresenter.java

@ -120,6 +120,7 @@ public class ThreadPresenter implements ChanLoader.ChanLoaderCallback, PostAdapt
historyAdded = false; historyAdded = false;
notificationPostCount = -1; notificationPostCount = -1;
threadPresenterCallback.showNewPostsNotification(false, -1);
threadPresenterCallback.showLoading(); threadPresenterCallback.showLoading();
} }
} }

Loading…
Cancel
Save