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

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

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

am: 842fd65f

Change-Id: I968a368b97d74bb8f228df38cb8c0700ccb9b4b4
parents 86fe59ad 842fd65f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -837,7 +837,7 @@ public class ServiceState implements Parcelable {
                mVoiceRegState,
                mDataRegState,
                mChannelNumber,
                mCellBandwidths,
                Arrays.hashCode(mCellBandwidths),
                mVoiceOperatorAlphaLong,
                mVoiceOperatorAlphaShort,
                mVoiceOperatorNumeric,