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

Commit 50b3804d authored by Taesu Lee's avatar Taesu Lee Committed by android-build-merger
Browse files

Merge "Remove duplicate new TelephonyNetworkFactory[#]"

am: 58b27d7a

Change-Id: I244b2e83a1d5ab1e17e5f02c88de651cbed1b38c
parents 41860675 58b27d7a
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]);