mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Add MI 5 to hardware AEC blacklist
This commit is contained in:
parent
8bdc257963
commit
d2ece1c1f2
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|||
add("E5823"); // Sony z5 compact
|
||||
add("Redmi Note 5");
|
||||
add("FP2"); // Fairphone FP2
|
||||
add("MI 5");
|
||||
}};
|
||||
|
||||
Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{
|
||||
|
|
Loading…
Reference in a new issue