Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a49171ea authored by Cody Kesting's avatar Cody Kesting Committed by android-build-merger
Browse files

Merge "Fix ServiceState.hashCode() bug." am: 466ff7b9 am: 842fd65f

am: 11d091f9

Change-Id: Idab8b65c1b71d25c71db12928d363e9e28b4f662
parents d84ddb0c 11d091f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -837,7 +837,7 @@ public class ServiceState implements Parcelable {
                mVoiceRegState,
                mVoiceRegState,
                mDataRegState,
                mDataRegState,
                mChannelNumber,
                mChannelNumber,
                mCellBandwidths,
                Arrays.hashCode(mCellBandwidths),
                mVoiceOperatorAlphaLong,
                mVoiceOperatorAlphaLong,
                mVoiceOperatorAlphaShort,
                mVoiceOperatorAlphaShort,
                mVoiceOperatorNumeric,
                mVoiceOperatorNumeric,