Use GroupName for the Settings Text.
The Tabname displays the default Feed title.
This commit is contained in:
parent
8a405efb2b
commit
208743dc41
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ public class ChooseTabsFragment extends Fragment {
|
||||||
return serviceName + "/" + tab.getTabName(requireContext());
|
return serviceName + "/" + tab.getTabName(requireContext());
|
||||||
case FEEDGROUP:
|
case FEEDGROUP:
|
||||||
return getString(R.string.feed_groups_header_title)
|
return getString(R.string.feed_groups_header_title)
|
||||||
+ "/" + tab.getTabName(requireContext());
|
+ "/" + ((Tab.FeedGroupTab) tab).getFeedGroupName();
|
||||||
default:
|
default:
|
||||||
return tab.getTabName(requireContext());
|
return tab.getTabName(requireContext());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue