mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Fixed usage of wrong string
This commit is contained in:
		| @@ -171,7 +171,7 @@ public final class NavigationHelper { | ||||
|         Toast.makeText( | ||||
|                 context, | ||||
|                 PlayerHolder.getInstance().getType() == PlayerType.AUDIO | ||||
|                     ? R.string.background_player_playing_toast | ||||
|                     ? R.string.background_player_already_playing_toast | ||||
|                     : R.string.background_player_playing_toast, | ||||
|                 Toast.LENGTH_SHORT) | ||||
|                 .show(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex