Loading packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepository.kt +0 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ constructor( override suspend fun startTransition(info: TransitionInfo): UUID? { currentTransitionInfo = info Log.d(TAG, "(Internal) Setting current transition info: $info") // There is no fairness guarantee with 'withContext', which means that transitions could // be processed out of order. Use a Mutex to guarantee ordering. [updateTransition] Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepository.kt +0 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ constructor( override suspend fun startTransition(info: TransitionInfo): UUID? { currentTransitionInfo = info Log.d(TAG, "(Internal) Setting current transition info: $info") // There is no fairness guarantee with 'withContext', which means that transitions could // be processed out of order. Use a Mutex to guarantee ordering. [updateTransition] Loading