Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 6, 2025
1 parent 83f8221 commit d29a9b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ open class MainActivity : AppCompatActivity(),
}

override fun onKeyUp(keyCode: Int, event: KeyEvent?): Boolean {

if (keyCode == KeyEvent.KEYCODE_BACK) {
finish()
return true
Expand Down

0 comments on commit d29a9b6

Please sign in to comment.