Update equals check
Resolve differences from QPR branch Bug: 254990571 Test: build Change-Id: I92c617cee8be7c2620c9bb2b163f7148e3057abc
This commit is contained in:
committed by
Michael Mikhail
parent
c3e4e2b50b
commit
719ca5215f
@@ -181,6 +181,7 @@ constructor(
|
||||
return enabled == other.enabled &&
|
||||
name == other.name &&
|
||||
intent == other.intent &&
|
||||
id == other.id
|
||||
id == other.id &&
|
||||
showBroadcastButton == other.showBroadcastButton
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user