mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-08 15:04:21 +01:00
Add devices to hardware AEC blacklist
- Moto G4 - Nokia 5 (TA-1053) Alleviates #7635
This commit is contained in:
@@ -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>() {{
|
||||
|
||||
Reference in New Issue
Block a user