Merge "Make sure we call finishProxyOp for null attribution tags." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d9c4e6fa4f
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user