Merge "Fix ServiceState.hashCode() bug."

This commit is contained in:
Cody Kesting
2019-03-15 15:46:30 +00:00
committed by Gerrit Code Review

View File

@@ -837,7 +837,7 @@ public class ServiceState implements Parcelable {
mVoiceRegState,
mDataRegState,
mChannelNumber,
mCellBandwidths,
Arrays.hashCode(mCellBandwidths),
mVoiceOperatorAlphaLong,
mVoiceOperatorAlphaShort,
mVoiceOperatorNumeric,