This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tangmj998
/
digital_man
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
tengine2
dev_h5stream
李俊才
1 year ago
parent
7ead6679c1
commit
2dee5fb5ec
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/java/com/aispeech/nativedemo/face/FaceChatGreetingQueueCloseNameMode.java
+1
-1
app/src/main/java/com/aispeech/nativedemo/face/FaceChatGreetingQueueDSNewMode.java
+ 1
- 1
app/src/main/java/com/aispeech/nativedemo/face/FaceChatGreetingQueueCloseNameMode.java
View File
@@ -993,7 +993,7 @@ public class FaceChatGreetingQueueCloseNameMode implements ChatMode {
}
}
if (mSelectPerson != null) {
return;
//
return;
}
for (PersonInfo value : mUndeterminedPersonsInScreen) {
// 是否有脸
+ 1
- 1
app/src/main/java/com/aispeech/nativedemo/face/FaceChatGreetingQueueDSNewMode.java
View File
@@ -1046,7 +1046,7 @@ public class FaceChatGreetingQueueDSNewMode implements ChatMode {
return true;
}
if (mSelectPerson != null) {
return false;
//
return false;
}
HashSet<PersonInfo> inTwoMileUnknow = new HashSet<>();
Write
Preview
Loading…
Cancel
Save