Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/BouncerToGoneFlows.kt +30 −27 Original line number Diff line number Diff line Loading @@ -102,7 +102,10 @@ constructor( to = GONE, ) return shadeInteractor.isAnyExpanded.flatMapLatest { isAnyExpanded -> return shadeInteractor.anyExpansion .map { it > 0f } .distinctUntilChanged() .flatMapLatest { isAnyExpanded -> transitionAnimation .sharedFlow( duration = duration, Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/BouncerToGoneFlows.kt +30 −27 Original line number Diff line number Diff line Loading @@ -102,7 +102,10 @@ constructor( to = GONE, ) return shadeInteractor.isAnyExpanded.flatMapLatest { isAnyExpanded -> return shadeInteractor.anyExpansion .map { it > 0f } .distinctUntilChanged() .flatMapLatest { isAnyExpanded -> transitionAnimation .sharedFlow( duration = duration, Loading