|
|
@ -225,6 +225,12 @@ public class ThreadPresenter implements ChanLoader.ChanLoaderCallback, PostAdapt |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (isWatching()) { |
|
|
|
|
|
|
|
chanLoader.setTimer(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
showPosts(); |
|
|
|
|
|
|
|
|
|
|
|
if (loadable.isThreadMode()) { |
|
|
|
if (loadable.isThreadMode()) { |
|
|
|
int postsSize = result.posts.size(); |
|
|
|
int postsSize = result.posts.size(); |
|
|
|
|
|
|
|
|
|
|
@ -238,11 +244,6 @@ public class ThreadPresenter implements ChanLoader.ChanLoaderCallback, PostAdapt |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (isWatching()) { |
|
|
|
|
|
|
|
chanLoader.setTimer(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
showPosts(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (loadable.markedNo >= 0) { |
|
|
|
if (loadable.markedNo >= 0) { |
|
|
|
Post markedPost = findPostById(loadable.markedNo); |
|
|
|
Post markedPost = findPostById(loadable.markedNo); |
|
|
|
if (markedPost != null) { |
|
|
|
if (markedPost != null) { |
|
|
@ -277,6 +278,7 @@ public class ThreadPresenter implements ChanLoader.ChanLoaderCallback, PostAdapt |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
threadPresenterCallback.showNewPostsNotification(false, -1); |
|
|
|
threadPresenterCallback.showNewPostsNotification(false, -1); |
|
|
|
|
|
|
|
|
|
|
|
// Update the last seen indicator
|
|
|
|
// Update the last seen indicator
|
|
|
|
showPosts(); |
|
|
|
showPosts(); |
|
|
|
} |
|
|
|
} |
|
|
|