Merge "Fix PrivacyChip not visible issue" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b40db93ccc
@@ -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?) {
|
||||
|
||||
Reference in New Issue
Block a user