Merge "Fix PrivacyChip not visible issue" into sc-dev am: b40db93ccc am: 31f92bcdcf am: 182640fb27 am: c28b9ad9e9 am: b393d426ea
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23386456 Change-Id: I67b5e54cb92f72b9ee02a8af1000f339eecd5ea9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -107,9 +107,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?) {
|
||||
|
||||
Reference in New Issue
Block a user