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

Commit d9c4e6fa authored by Sergey Volnov's avatar Sergey Volnov Committed by Android (Google) Code Review
Browse files

Merge "Make sure we call finishProxyOp for null attribution tags." into sc-dev

parents 9bdc8e8a a7ee0b9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ final class RemoteSpeechRecognitionService extends ServiceConnector.Impl<IRecogn
    }

    private void resetStateLocked() {
        if (mRecordingInProgress && mPackageName != null && mFeatureId != null) {
        if (mRecordingInProgress && mPackageName != null) {
            finishProxyOp(mPackageName, mFeatureId);
        }