Merge "Compare supported modes in DisplayInfo.equals()"
This commit is contained in:
committed by
Android (Google) Code Review
commit
25c0d56368
@@ -325,6 +325,7 @@ public final class DisplayInfo implements Parcelable {
|
||||
&& rotation == other.rotation
|
||||
&& modeId == other.modeId
|
||||
&& defaultModeId == other.defaultModeId
|
||||
&& Arrays.equals(supportedModes, other.supportedModes)
|
||||
&& colorMode == other.colorMode
|
||||
&& Arrays.equals(supportedColorModes, other.supportedColorModes)
|
||||
&& Objects.equals(hdrCapabilities, other.hdrCapabilities)
|
||||
|
||||
Reference in New Issue
Block a user