Commit f2cd34ad by tonihei Committed by Rohit Singh

Fix formatting

PiperOrigin-RevId: 524772236
parent 29fc1648
......@@ -76,7 +76,7 @@ class MainActivity : AppCompatActivity() {
}
onBackPressedDispatcher.addCallback(
object : OnBackPressedCallback(/* enabled= */ true) {
object : OnBackPressedCallback(true) {
override fun handleOnBackPressed() {
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