mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix formatting
PiperOrigin-RevId: 524772236
This commit is contained in:
parent
29fc16484a
commit
f2cd34ad01
@ -76,7 +76,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onBackPressedDispatcher.addCallback(
|
onBackPressedDispatcher.addCallback(
|
||||||
object : OnBackPressedCallback(/* enabled= */ true) {
|
object : OnBackPressedCallback(true) {
|
||||||
override fun handleOnBackPressed() {
|
override fun handleOnBackPressed() {
|
||||||
popPathStack()
|
popPathStack()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user