only show new posts button at home

This commit is contained in:
sk 2023-01-16 18:02:35 +01:00 committed by LucasGGamerM
parent 8b0eddb8e1
commit 134a371263
1 changed files with 1 additions and 1 deletions

View File

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