...Suppress MissingSuperCall
warnings on onBackPressed()...
PiperOrigin-RevId: 520709134 (cherry picked from commit 5af28a980d657cf1038be34f1d7939104e5e721b)
This commit is contained in:
parent
10342507f7
commit
3daaad7acd
@ -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…
x
Reference in New Issue
Block a user