Commit 5af28a98 by Googler Committed by Marc Baechinger

...Suppress `MissingSuperCall` warnings on onBackPressed()...

PiperOrigin-RevId: 520709134
parent d7010da6
...@@ -83,6 +83,7 @@ class MainActivity : AppCompatActivity() { ...@@ -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()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment