Merge "Update equals check"

This commit is contained in:
Beth Thibodeau
2022-10-31 23:42:12 +00:00
committed by Android (Google) Code Review

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
}
}