mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-03 01:39:38 +02:00
Use GroupName for the Settings Text.
The Tabname displays the default Feed title.
This commit is contained in:
parent
712724211c
commit
205d18f4c4
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ public class ChooseTabsFragment extends Fragment {
|
|||
return serviceName + "/" + tab.getTabName(requireContext());
|
||||
case FEEDGROUP:
|
||||
return getString(R.string.feed_groups_header_title)
|
||||
+ "/" + tab.getTabName(requireContext());
|
||||
+ "/" + ((Tab.FeedGroupTab) tab).getFeedGroupName();
|
||||
default:
|
||||
return tab.getTabName(requireContext());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue