Fix formatting
PiperOrigin-RevId: 524772236
This commit is contained in:
parent
29fc16484a
commit
f2cd34ad01
@ -76,7 +76,7 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
onBackPressedDispatcher.addCallback(
|
||||
object : OnBackPressedCallback(/* enabled= */ true) {
|
||||
object : OnBackPressedCallback(true) {
|
||||
override fun handleOnBackPressed() {
|
||||
popPathStack()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user