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

Commit 66c29105 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Fix missing endSession

am: 524ff70a

Change-Id: I77ed02db2aed0b2a610b0796fcda25a55e1984b8
parents 163ea2a6 524ff70a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -400,6 +400,7 @@ public class CallsManager extends Call.ListenerBase
            Context context = args[0].first;
            BlockedNumbersUtil.updateEmergencyCallNotification(context,
                    SystemContract.shouldShowEmergencyCallNotification(context));
            Log.endSession();
            return null;
        }
    }