diff --git a/Clover/app/src/main/java/org/floens/chan/core/presenter/ThreadPresenter.java b/Clover/app/src/main/java/org/floens/chan/core/presenter/ThreadPresenter.java index ff797c06..671343a9 100644 --- a/Clover/app/src/main/java/org/floens/chan/core/presenter/ThreadPresenter.java +++ b/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; notificationPostCount = -1; + threadPresenterCallback.showNewPostsNotification(false, -1); threadPresenterCallback.showLoading(); } }