File tree 1 file changed +4
-2
lines changed
server/src/main/java/com/genymobile/scrcpy
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ public static void apply(boolean audio, boolean camera) {
66
66
// - <https://github.com/Genymobile/scrcpy/issues/940>
67
67
// - <https://github.com/Genymobile/scrcpy/issues/994>
68
68
mustFillAppInfo = true ;
69
- } else if (Build .BRAND .equalsIgnoreCase ("honor" ) || Build .MANUFACTURER .equalsIgnoreCase ("skyworth" )) {
69
+ } else if (Build .BRAND .equalsIgnoreCase ("honor" ) || Build .MANUFACTURER .equalsIgnoreCase ("skyworth" ) || Build . BRAND . equalsIgnoreCase ( "tcl" ) ) {
70
70
// More workarounds must be applied for Honor devices:
71
71
// - <https://github.com/Genymobile/scrcpy/issues/4015>
72
- // and Skyworth devices:
72
+ // for Skyworth devices:
73
73
// - <https://github.com/Genymobile/scrcpy/issues/4922>
74
+ // and for TCL devices:
75
+ // - <https://github.com/Genymobile/scrcpy/issues/5140>
74
76
//
75
77
// The system context must not be set for all devices, because it would cause other problems:
76
78
// - <https://github.com/Genymobile/scrcpy/issues/4015#issuecomment-1595382142>
You can’t perform that action at this time.
0 commit comments