# Fixed Feed Group Titlebar
- use default fragment_feed_title for TabName - only clear FeedFragment bar subtitle when it matches the groupName to clear.
This commit is contained in:
parent
279caac915
commit
fd09e6147f
2 changed files with 14 additions and 3 deletions
|
|
@ -687,7 +687,7 @@ public abstract class Tab {
|
|||
|
||||
@Override
|
||||
public String getTabName(final Context context) {
|
||||
return feedGroupName;
|
||||
return context.getString(R.string.fragment_feed_title);
|
||||
}
|
||||
|
||||
@DrawableRes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue