mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
...Suppress MissingSuperCall warnings on onBackPressed()...
PiperOrigin-RevId: 520709134
This commit is contained in:
parent
d7010da614
commit
5af28a980d
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ class MainActivity : AppCompatActivity() {
|
|||
return super.onOptionsItemSelected(item)
|
||||
}
|
||||
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
override fun onBackPressed() {
|
||||
popPathStack()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue