CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2024-05-15
by Hossein S

Original Post

Original - Posted on 2024-05-14
by Hossein S



            
Present in both answers; Present only in the new answer; Present only in the old answer;

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { binding.cameraCardView.addOnUnhandledKeyEventListener { _, event -> if (event.action == KeyEvent.ACTION_UP) { if (event.keyCode == KeyEvent.KEYCODE_BACK) { closePage() } } return@addOnUnhandledKeyEventListener true } }
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { binding.cameraCardView.addOnUnhandledKeyEventListener { _, event -> if (event.action == KeyEvent.ACTION_UP) { if (event.keyCode == KeyEvent.KEYCODE_BACK) { closePage() } } return@addOnUnhandledKeyEventListener true } }

        
Present in both answers; Present only in the new answer; Present only in the old answer;