chore(merge-upstream): readd has subtitle method to BaseAccountListFragment

This commit is contained in:
LucasGGamerM
2024-03-03 10:33:49 -03:00
parent e71232ad40
commit e295c8c381

View File

@@ -130,6 +130,10 @@ public abstract class BaseAccountListFragment extends MastodonRecyclerFragment<A
}
}
protected boolean hasSubtitle(){
return true;
}
@Override
public void onApplyWindowInsets(WindowInsets insets){
if(Build.VERSION.SDK_INT>=29 && insets.getTappableElementInsets().bottom==0){