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

Commit ba21cd05 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Minor typo fix" into udc-dev am: 3a09e0c0 am: a1c5251b

parents 85c4b1d7 a1c5251b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -962,7 +962,7 @@ final class HotwordDetectionConnection {
        final DetectorSession session = mDetectorSessions.get(
                HotwordDetector.DETECTOR_TYPE_VISUAL_QUERY_DETECTOR);
        if (session == null || session.isDestroyed()) {
            Slog.v(TAG, "Not found the look and talk perceiver");
            Slog.v(TAG, "Not found the visual query detector");
            return null;
        }
        return (VisualQueryDetectorSession) session;