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

Commit 4a64ab84 authored by Jozef BABJAK's avatar Jozef BABJAK
Browse files

Removing repetitive conditional; it simply does nothing except slowing down things.

Change-Id: Ibe76c1ed49bdf66eb57702e5f89363a5132d9617
parent 7118bdec
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -674,8 +674,7 @@ final 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);