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

Commit 22b113e6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use message.obj instead of msg.obj for onFailure method" into udc-dev am: 78d12d31

parents bf7aab0c 78d12d31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1771,7 +1771,7 @@ public class AlwaysOnHotwordDetector extends AbstractDetector {
                        mExternalCallback.onDetected((EventPayload) message.obj);
                        break;
                    case MSG_DETECTION_ERROR:
                        mExternalCallback.onFailure((DetectorFailure) msg.obj);
                        mExternalCallback.onFailure((DetectorFailure) message.obj);
                        break;
                    case MSG_DETECTION_PAUSE:
                        mExternalCallback.onRecognitionPaused();