mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Add devices to hardware AEC blacklist
- Moto G4 - Nokia 5 (TA-1053) Alleviates #7635
This commit is contained in:
parent
a50edc3d25
commit
f1d8fd8838
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|||
add("Pixel XL");
|
||||
add("Moto G5");
|
||||
add("Moto G (5S) Plus");
|
||||
add("Moto G4");
|
||||
add("TA-1053");
|
||||
}};
|
||||
|
||||
Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{
|
||||
|
|
Loading…
Reference in a new issue