Merge pull request #135 from FineFindus/fix/show-new-posts

fix(hometimeline): scroll up on tapping new post button
This commit is contained in:
LucasGGamerM
2023-03-25 14:46:05 -03:00
committed by GitHub

View File

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