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

Commit a7ee0b9a authored by Sergey Volnov's avatar Sergey Volnov
Browse files

Make sure we call finishProxyOp for null attribution tags.

A bug was introduced in a previous CL.

Test: manual
Bug: 176578753
Change-Id: I9b4a12482837fc04edab12089c91f2165b402629
parent 8093735b
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);
        }