Loading packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/OngoingActivityChipModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ sealed class OngoingActivityChipModel { } override val logName: String get() = "Active.${content.logName}" get() = "Active(key=$key).${content.logName}" } /** The content shown in the chip next to the icon. */ Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/OngoingActivityChipModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ sealed class OngoingActivityChipModel { } override val logName: String get() = "Active.${content.logName}" get() = "Active(key=$key).${content.logName}" } /** The content shown in the chip next to the icon. */ Loading