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

Commit b4d56b00 authored by yifan.bai's avatar yifan.bai Committed by android-build-merger
Browse files

Merge "Fix notifySignalStrength method." am: eb140d53 am: 20a85799

am: 1e7c1d66

Change-Id: I87038081b58d5c0cba6833b67544ee28991aca77
parents 6b276abf 1e7c1d66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -721,6 +721,7 @@ public class ServiceStateTracker extends Handler {
            try {
                mPhone.notifySignalStrength();
                notified = true;
                mLastSignalStrength = mSignalStrength;
            } catch (NullPointerException ex) {
                loge("updateSignalStrength() Phone already destroyed: " + ex
                        + "SignalStrength not notified");