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

Commit 125cf62d authored by Wink Saville's avatar Wink Saville
Browse files

Fix CellIdentityLte.equals

Bug: 16902094
Change-Id: I92786dc792bf318d2236212eb2acf955ec41e066
parent 5454bc19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public final class CellIdentityLte implements Parcelable {
                return mMcc == o.mMcc &&
                        mMnc == o.mMnc &&
                        mCi == o.mCi &&
                        mPci == o.mCi &&
                        mPci == o.mPci &&
                        mTac == o.mTac;
            } catch (ClassCastException e) {
                return false;