mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Remove the redundant/overlapping toast "Copied to clipboard" for Android 13+
Signed-off-by: dhruv <dhruvpatidar35@gmail.com> Co-authored-by: Tobi <TobiGr@users.noreply.github.com> Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
This commit is contained in:
		| @@ -314,7 +314,10 @@ public final class ShareUtils { | ||||
|         } | ||||
|  | ||||
|         clipboardManager.setPrimaryClip(ClipData.newPlainText(null, text)); | ||||
|         Toast.makeText(context, R.string.msg_copied, Toast.LENGTH_SHORT).show(); | ||||
|         if (Build.VERSION.SDK_INT < 33) { | ||||
|             // Android 13 has its own "copied to clipboard" dialog | ||||
|             Toast.makeText(context, R.string.msg_copied, Toast.LENGTH_SHORT).show(); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dhruvpatidar359
					dhruvpatidar359