Update equals check

Resolve differences from QPR branch

Bug: 254990571
Test: build
Change-Id: I92c617cee8be7c2620c9bb2b163f7148e3057abc
This commit is contained in:
Beth Thibodeau
2022-10-22 11:51:34 -05:00
committed by Michael Mikhail
parent c3e4e2b50b
commit 719ca5215f

View File

@@ -181,6 +181,7 @@ constructor(
return enabled == other.enabled &&
name == other.name &&
intent == other.intent &&
id == other.id
id == other.id &&
showBroadcastButton == other.showBroadcastButton
}
}