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

Commit 45a08376 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Fix missing endSession am: f5b8dd83

am: 1f91891b

Change-Id: I9cd86f70c72a882d0b75cb73784eeebf895f83bd
parents 14ca161a 1f91891b
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;
        }
    }