Commit 3daaad7a by Googler Committed by Rohit Singh

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

PiperOrigin-RevId: 520709134
(cherry picked from commit 5af28a98)
parent 10342507
...@@ -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