From 36d656e91f11718dfe43aceaa27f6a7439e93b7e Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 2 Feb 2023 19:08:43 +0100 Subject: [PATCH] Improve workarounds call comments --- server/src/main/java/com/genymobile/scrcpy/Server.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/server/src/main/java/com/genymobile/scrcpy/Server.java b/server/src/main/java/com/genymobile/scrcpy/Server.java index 06281223..a4f17262 100644 --- a/server/src/main/java/com/genymobile/scrcpy/Server.java +++ b/server/src/main/java/com/genymobile/scrcpy/Server.java @@ -73,8 +73,14 @@ public final class Server { Workarounds.prepareMainLooper(); if (Build.BRAND.equalsIgnoreCase("meizu")) { - // - // + // Workarounds must be applied for Meizu phones: + // - + // - + // - + // + // But only apply when strictly necessary, since workarounds can cause other issues: + // - + // - Workarounds.fillAppInfo(); }