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

Commit 69da9153 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Fix missing endSession

am: 06b91ead

Change-Id: I15cae9e696cc777db316440e3a374951668c4044
parents 78adb8a5 06b91ead
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -401,6 +401,7 @@ public class CallsManager extends Call.ListenerBase
            Context context = args[0].first;
            BlockedNumbersUtil.updateEmergencyCallNotification(context,
                    SystemContract.shouldShowEmergencyCallNotification(context));
            Log.endSession();
            return null;
        }
    }