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

Commit 138b6d59 authored by Taesu Lee's avatar Taesu Lee Committed by android-build-merger
Browse files

Merge "Remove duplicate new TelephonyNetworkFactory[#]" am: 58b27d7a am: 50b3804d

am: f00c011a

Change-Id: Id8479c26df9fe67b8c6ee8cc5de40fa002a68d59
parents 1e79b5b8 f00c011a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -279,7 +279,6 @@ public class PhoneFactory {

                sNotificationChannelController = new NotificationChannelController(context);

                sTelephonyNetworkFactories = new TelephonyNetworkFactory[numPhones];
                for (int i = 0; i < numPhones; i++) {
                    sTelephonyNetworkFactories[i] = new TelephonyNetworkFactory(
                            sSubscriptionMonitor, Looper.myLooper(), sPhones[i]);