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

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

Merge "Fix notifySignalStrength method."

am: eb140d53

Change-Id: Idb20928f9d552c78ce8739b8c12c4fc673968cd1
parents 673d2662 eb140d53
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");