mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Update CommentsMiniInfoItemHolder.java
Co-Authored-By: yausername <5203007+yausername@users.noreply.github.com>
This commit is contained in:
		| @@ -134,7 +134,7 @@ public class CommentsMiniInfoItemHolder extends InfoItemHolder { | ||||
|  | ||||
|                 ClipboardManager clipboardManager = (ClipboardManager) itemBuilder.getContext() | ||||
|                                                     .getSystemService(Context.CLIPBOARD_SERVICE); | ||||
|                 clipboardManager.setPrimaryClip(ClipData.newPlainText(null,itemContentView.getText())); | ||||
|                 clipboardManager.setPrimaryClip(ClipData.newPlainText(null,commentText)); | ||||
|                 Toast.makeText(itemBuilder.getContext(), R.string.msg_copied, Toast.LENGTH_SHORT).show(); | ||||
|                 return true; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 harshlele
					harshlele