Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/ColorUpdateLogger.kt +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ constructor( fun trim() { if (events.size > maxEventsPerFrame) { events.removeFirst() events.removeAt(0) trimmedEvents++ } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/ColorUpdateLogger.kt +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ constructor( fun trim() { if (events.size > maxEventsPerFrame) { events.removeFirst() events.removeAt(0) trimmedEvents++ } } Loading