fix: fix compilation errors

This commit is contained in:
LucasGGamerM
2023-05-27 09:40:04 -03:00
parent c6ded3d505
commit 73944675fa
4 changed files with 12 additions and 14 deletions

View File

@@ -71,4 +71,9 @@ public class CustomLocalTimelineFragment extends StatusListFragment {
if(!getArguments().getBoolean("noAutoLoad") && !loaded && !dataLoading)
loadData();
}
@Override
protected Filter.FilterContext getFilterContext() {
return null;
}
}