mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Use GroupName for the Settings Text.
The Tabname displays the default Feed title.
This commit is contained in:
		| @@ -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()); | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Diana Victoria Furrer
					Diana Victoria Furrer