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

Commit 6f45d53a authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

QualcommSharedRIL: Fix signalstrength on pre-ICS radio libraries

Change-Id: Id59e04a36a892657deb2dd76d8455a7bad8956fe
parent 5dbeacf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ public class QualcommSharedRIL extends RIL implements CommandsInterface {
                response[i] = -1;
                noLte = true;
            }
            if (i == 8 && !noLte) {
            if (i == 8 && !(noLte || oldRil)) {
                response[i] *= -1;
            }
        }