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

Commit 423a82e0 authored by Diogo Ferreira's avatar Diogo Ferreira
Browse files

systemui: Fix compilation failure

An invisible character was breaking the build.

Change-Id: I5946edce7b9a9eed1fad95033c3988bfeef67812
parent 1b2a1509
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ public class MobileSignalController extends SignalController<
    }

    private boolean isRoaming() {
        if (mServiceState == null) {
        if (mServiceState == null) {
            return false;
        } else if (isCdma()) {
            final int iconMode = mServiceState.getCdmaEriIconMode();