mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix formatting
PiperOrigin-RevId: 524772236
This commit is contained in:
parent
29fc16484a
commit
f2cd34ad01
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue