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

Commit d9284580 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am 6f80f395: am c86ea5e2: am 38c6e31c: Merge "Removing repetitive conditional;...

am 6f80f395: am c86ea5e2: am 38c6e31c: Merge "Removing repetitive conditional; it simply does nothing except slowing down things."

* commit '6f80f395':
  Removing repetitive conditional; it simply does nothing except slowing down things.
parents 7fa77d8b 6f80f395
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -763,8 +763,7 @@ public class CdmaServiceStateTracker extends ServiceStateTracker {
                return;
            }

            if (err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW &&
                    err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW) {
            if (err != CommandException.Error.OP_NOT_ALLOWED_BEFORE_REG_NW) {
                Log.e(LOG_TAG,
                        "RIL implementation has returned an error where it must succeed",
                        ar.exception);