remove debug statements
This commit is contained in:
parent
38e429f738
commit
bd2d56b953
|
@ -248,8 +248,6 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
|
|||
timelineTitle.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
showNewPostsButton();
|
||||
|
||||
ViewTreeObserver vto = toolbar.getViewTreeObserver();
|
||||
if (vto.isAlive()) {
|
||||
vto.addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {
|
||||
|
@ -392,7 +390,6 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
|
|||
}
|
||||
|
||||
public void hideNewPostsButton(){
|
||||
if (true) return;
|
||||
if(!newPostsBtnShown)
|
||||
return;
|
||||
newPostsBtnShown=false;
|
||||
|
|
Loading…
Reference in New Issue