fix(hometimeline): scroll up on tapping new post button

This commit is contained in:
FineFindus
2023-03-25 17:55:15 +01:00
parent 880c34c3f0
commit 05f9ae8d76

View File

@@ -562,8 +562,8 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
private void onNewPostsBtnClick(View view) {
if(newPostsBtnShown){
hideNewPostsButton();
scrollToTop();
hideNewPostsButton();
}
}