mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-29 06:17:38 +00:00 
			
		
		
		
	Remove hardcoded string
This commit is contained in:
		| @@ -52,7 +52,7 @@ public enum StreamDialogEntry { | ||||
|                                 item.getUploaderName()); | ||||
|                     }, throwable -> Toast.makeText( | ||||
|                             fragment.getContext(), | ||||
|                             "Error at Show Channel Details", | ||||
|                             R.string.error_show_channel_details, | ||||
|                             Toast.LENGTH_SHORT | ||||
|                     ).show()); | ||||
|         } else { | ||||
|   | ||||
| @@ -755,4 +755,5 @@ | ||||
|     <string name="tablet_mode_title">Tablet mode</string> | ||||
|     <string name="on">On</string> | ||||
|     <string name="off">Off</string> | ||||
|     <string name="error_show_channel_details">Error at Show Channel Details</string> | ||||
| </resources> | ||||
		Reference in New Issue
	
	Block a user
	 ktprograms
					ktprograms