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

Commit f1ff3f98 authored by yinxu's avatar yinxu
Browse files

Refresh the call indicators whenever carrier config is changed

Bug: 190893355
Test: unit tests
Change-Id: I08aad6cf73bda68ec19a1abd579249310c29428a
parent 03b86cd1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -796,6 +796,9 @@ public class NetworkControllerImpl extends BroadcastReceiver
        for (int i = 0; i < mMobileSignalControllers.size(); i++) {
            MobileSignalController controller = mMobileSignalControllers.valueAt(i);
            controller.setConfiguration(mConfig);
            if (mProviderModel) {
                controller.refreshCallIndicator(mCallbackHandler);
            }
        }
        refreshLocale();
    }