Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4100a734 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[flexi] 1f device entry icon background alpha when KS.UNDEFINED" into main

parents e237b2cb ec80a2e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,8 +123,8 @@ constructor(
                            KeyguardState.DOZING,
                            KeyguardState.DREAMING,
                            KeyguardState.PRIMARY_BOUNCER,
                            KeyguardState.AOD,
                            KeyguardState.UNDEFINED -> emit(0f)
                            KeyguardState.AOD -> emit(0f)
                            KeyguardState.UNDEFINED,
                            KeyguardState.ALTERNATE_BOUNCER,
                            KeyguardState.LOCKSCREEN -> emit(1f)
                        }