mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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)
|
return super.onOptionsItemSelected(item)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("MissingSuperCall")
|
||||||
override fun onBackPressed() {
|
override fun onBackPressed() {
|
||||||
popPathStack()
|
popPathStack()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue