mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
...Suppress MissingSuperCall warnings on onBackPressed()...
PiperOrigin-RevId: 520709134
(cherry picked from commit 5af28a980d)
This commit is contained in:
parent
10342507f7
commit
3daaad7acd
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