refactor: change withComposeButton to wantsComposeButton
This commit is contained in:
parent
1e6dadd7ab
commit
23b2603a5f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue