Skip to content

Commit

Permalink
...Suppress MissingSuperCall warnings on onBackPressed()...
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520709134
(cherry picked from commit 5af28a9)
  • Loading branch information
Googler authored and rohitjoins committed Apr 18, 2023
1 parent 1034250 commit 3daaad7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class MainActivity : AppCompatActivity() {
return super.onOptionsItemSelected(item)
}

@SuppressWarnings("MissingSuperCall")
override fun onBackPressed() {
popPathStack()
}
Expand Down

0 comments on commit 3daaad7

Please sign in to comment.