This commit is contained in:
wangcongtao
2020-05-07 15:53:31 +08:00
parent cbfd09a078
commit a2c04582f1
2 changed files with 2 additions and 1 deletions

2
.idea/misc.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
</project>

View File

@@ -343,6 +343,7 @@ public class AIAssist implements VoiceClient.VoiceCmdCallBack, OnTtsListener {
mCacheUnWakeupCommands.remove( cmd );
}
}
mVoiceClient.unRegisterCustomWakeupCmd( cmd );
}
public static void startAssistant( Context context ) {