mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Apply workaround on "honor" devices
This makes audio work on those devices. Fixes #4015 <https://github.com/Genymobile/scrcpy/issues/4015>
This commit is contained in:
parent
0d4157357a
commit
9bff8ccadb
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public final class Server {
|
|||
// But only apply when strictly necessary, since workarounds can cause other issues:
|
||||
// - <https://github.com/Genymobile/scrcpy/issues/940>
|
||||
// - <https://github.com/Genymobile/scrcpy/issues/994>
|
||||
if (Build.BRAND.equalsIgnoreCase("meizu")) {
|
||||
if (Build.BRAND.equalsIgnoreCase("meizu") || Build.BRAND.equalsIgnoreCase("honor")) {
|
||||
Workarounds.fillAppInfo();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue