blob: 8ce7d964d0731bf3beada62ea413fd119bf3c7a4 [file] [log] [blame]
package com.airbnb.lottie.sample.compose
import androidx.activity.OnBackPressedDispatcher
import androidx.compose.runtime.ambientOf
val BackPressedDispatcherAmbient = ambientOf<OnBackPressedDispatcher> { error("No BackPressedDispatcher specified.") }