mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 22:45:41 +03:00
Add Mix 2 to disable hw acceleration
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
209b0b3103
commit
011f15a3ef
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public class MagicWebRTCUtils {
|
|||
add("GT-N8013"); // Samsung Galaxy Note 10.1
|
||||
add("SM-G930F"); // Samsung Galaxy S7
|
||||
add("AGS-W09"); // Huawei MediaPad T3 10
|
||||
add("MIX 2"); // Xiaomi Mi Mix 2
|
||||
}};
|
||||
|
||||
private static Set<String> HARDWARE_ACCELERATION_VENDOR_BLACKLIST = new HashSet<String>() {{
|
||||
|
|
Loading…
Reference in a new issue