mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +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(
|
||||
object : OnBackPressedCallback(/* enabled= */ true) {
|
||||
object : OnBackPressedCallback(true) {
|
||||
override fun handleOnBackPressed() {
|
||||
popPathStack()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue