chore(merge-upstream): readd has subtitle method to BaseAccountListFragment
This commit is contained in:
@@ -130,6 +130,10 @@ public abstract class BaseAccountListFragment extends MastodonRecyclerFragment<A
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected boolean hasSubtitle(){
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onApplyWindowInsets(WindowInsets insets){
|
public void onApplyWindowInsets(WindowInsets insets){
|
||||||
if(Build.VERSION.SDK_INT>=29 && insets.getTappableElementInsets().bottom==0){
|
if(Build.VERSION.SDK_INT>=29 && insets.getTappableElementInsets().bottom==0){
|
||||||
|
|||||||
Reference in New Issue
Block a user