mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Add z5 compact (E5823) to AEC blacklist
Following fixes for other models to reduce echo on callee side during Signal call. The problem has been reported for this model for example in #6241
This commit is contained in:
parent
99f7133afe
commit
df9833472f
@ -200,6 +200,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
||||
add("Moto G4");
|
||||
add("TA-1053");
|
||||
add("Mi A1");
|
||||
add("E5823"); // Sony z5 compact
|
||||
}};
|
||||
|
||||
Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{
|
||||
|
Loading…
Reference in New Issue
Block a user