refactor: change withComposeButton to wantsComposeButton

This commit is contained in:
LucasGGamerM 2023-04-27 15:33:46 -03:00
parent 1e6dadd7ab
commit 23b2603a5f

View file

@ -20,7 +20,7 @@ public class CustomLocalTimelineFragment extends StatusListFragment {
private String maxID; private String maxID;
@Override @Override
protected boolean withComposeButton() { protected boolean wantsComposeButton() {
return false; return false;
} }