Loading packages/SystemUI/src/com/android/systemui/media/controls/models/player/MediaData.kt +2 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ constructor( return enabled == other.enabled && name == other.name && intent == other.intent && id == other.id id == other.id && showBroadcastButton == other.showBroadcastButton } } Loading
packages/SystemUI/src/com/android/systemui/media/controls/models/player/MediaData.kt +2 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ constructor( return enabled == other.enabled && name == other.name && intent == other.intent && id == other.id id == other.id && showBroadcastButton == other.showBroadcastButton } }