Merge "Update equals check"
This commit is contained in:
committed by
Android (Google) Code Review
commit
00ceab2dd5
@@ -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