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

Commit f5b8dd83 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Fix missing endSession

Bug: 139045282
Test: check Stale sessions log after fix
Change-Id: I77f0366f50bce772178b25ceadb3a0afe6a31b62
parent 3e5ee575
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;
        }
    }