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

Commit fbf560c0 authored by Nathan Harold's avatar Nathan Harold Committed by Android (Google) Code Review
Browse files

Merge "Switch OnSubscriptionsChangedListener to use existing Handler" into main

parents e7b45d5b 12e81b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24132,7 +24132,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                // When listener is added onSubscriptionsChanged gets called immediately for once
                // (even if subscriptions are not changed) and later on when subscriptions changes.
                subscriptionManager.addOnSubscriptionsChangedListener(
                        mSubscriptionsChangedListener.getHandlerExecutor(),
                        mHandler::post,
                        mSubscriptionsChangedListener);
            } finally {
                mInjector.binderRestoreCallingIdentity(id);