only show new posts button at home

This commit is contained in:
sk
2023-01-16 18:02:35 +01:00
parent 9722cd9e12
commit 0468ae246e

View File

@@ -426,7 +426,7 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
} }
public void showNewPostsButton(){ public void showNewPostsButton(){
if(newPostsBtnShown) if(newPostsBtnShown || pager == null || pager.getCurrentItem() != 0)
return; return;
newPostsBtnShown=true; newPostsBtnShown=true;
if(currentNewPostsAnim!=null){ if(currentNewPostsAnim!=null){