Loading packages/SystemUI/src/com/android/systemui/statusbar/events/StatusEvent.kt +1 −3 Original line number Diff line number Diff line Loading @@ -86,9 +86,7 @@ class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { } override fun shouldUpdateFromEvent(other: StatusEvent?): Boolean { return other is PrivacyEvent && (other.privacyItems != privacyItems || other.contentDescription != contentDescription) return other is PrivacyEvent } override fun updateFromEvent(other: StatusEvent?) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/events/StatusEvent.kt +1 −3 Original line number Diff line number Diff line Loading @@ -86,9 +86,7 @@ class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { } override fun shouldUpdateFromEvent(other: StatusEvent?): Boolean { return other is PrivacyEvent && (other.privacyItems != privacyItems || other.contentDescription != contentDescription) return other is PrivacyEvent } override fun updateFromEvent(other: StatusEvent?) { Loading