mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
...Suppress MissingSuperCall
warnings on onBackPressed()...
PiperOrigin-RevId: 520709134
This commit is contained in:
parent
d7010da614
commit
5af28a980d
@ -83,6 +83,7 @@ class MainActivity : AppCompatActivity() {
|
||||
return super.onOptionsItemSelected(item)
|
||||
}
|
||||
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
override fun onBackPressed() {
|
||||
popPathStack()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user