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

Commit 8e066d44 authored by Rambo Wang's avatar Rambo Wang
Browse files

Remove redundant TODO comment in TelephonySubscriptionTracker

The CL simply removes the redundant TODO comment because the planned
work has been delivered.

Bug: 221306368
Test: make
Flag: EXEMPT
Change-Id: I42c5affd2635876402565465048fc65908c9d88b
parent bb859135
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ public class TelephonySubscriptionTracker extends BroadcastReceiver {
        registerCarrierPrivilegesCallbacks();
    }

    // TODO(b/221306368): Refactor with the new onCarrierServiceChange in the new CPCallback
    private void registerCarrierPrivilegesCallbacks() {
        final HandlerExecutor executor = new HandlerExecutor(mHandler);
        final int modemCount = mTelephonyManager.getActiveModemCount();