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

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

am d927e274: am b7d573e9: am 7972e382: Merge "Removing repetitive conditional;...

am d927e274: am b7d573e9: am 7972e382: Merge "Removing repetitive conditional; it simply does nothing except slowing down things."

* commit 'd927e274':
  Removing repetitive conditional; it simply does nothing except slowing down things.
parents d9284580 d927e274
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -565,8 +565,7 @@ final class GsmServiceStateTracker 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);