diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java index 808ad3220..5728e1dad 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java @@ -76,6 +76,7 @@ public abstract class BaseStatusListFragment exten protected PhotoViewer currentPhotoViewer; protected ImageButton fab; protected boolean isScrollingUp = false; +// protected boolean isFirstLaunch = true; protected HashMap knownAccounts=new HashMap<>(); protected HashMap relationships=new HashMap<>(); protected Rect tmpRect=new Rect(); @@ -286,8 +287,8 @@ public abstract class BaseStatusListFragment exten currentPhotoViewer.offsetView(-dx, -dy); if (fab!=null) { - if (dy > 0 ) { - if (isScrollingUp) { + if (dy > 0 /*&& !isFirstLaunch*/) { + if (isScrollingUp /*&& !isFirstLaunch*/) { fab.setVisibility(View.INVISIBLE); TranslateAnimation animate = new TranslateAnimation( 0,