Skip to content

Commit

Permalink
chore(merge-upstream): readd has subtitle method to BaseAccountListFr…
Browse files Browse the repository at this point in the history
…agment
  • Loading branch information
LucasGGamerM committed Mar 3, 2024
1 parent e71232a commit e295c8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ protected void updateToolbar(){
}
}

protected boolean hasSubtitle(){
return true;
}

@Override
public void onApplyWindowInsets(WindowInsets insets){
if(Build.VERSION.SDK_INT>=29 && insets.getTappableElementInsets().bottom==0){
Expand Down

0 comments on commit e295c8c

Please sign in to comment.