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

Commit 58e08406 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove redundant null check."

parents 0a86ed2d 93ecd182
Loading
Loading
Loading
Loading
+11 −13
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ public class TelecomLoaderService extends SystemService {
                synchronized (mLock) {
                    final LegacyPermissionManagerInternal permissionManager =
                            LocalServices.getService(LegacyPermissionManagerInternal.class);
                    if (mDefaultSimCallManagerRequests != null) {
                    if (mDefaultSimCallManagerRequests != null) {
                        TelecomManager telecomManager =
                                (TelecomManager) mContext.getSystemService(Context.TELECOM_SERVICE);
@@ -90,7 +89,6 @@ public class TelecomLoaderService extends SystemService {
                        }
                    }
                }
                }
            } catch (RemoteException e) {
                Slog.w(TAG, "Failed linking to death.");
            }