From a97d4a3ae7ccbde89e919c43c2d0f7c6d26afb5d Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 23 Jun 2025 10:14:08 +0700 Subject: [PATCH] Hot fix cursor pointer indicator in composer is wrong color on Android greater than 31 Signed-off-by: dab246 --- android/app/src/main/res/values-night-v31/styles.xml | 2 ++ android/app/src/main/res/values-night/styles.xml | 4 ++-- android/app/src/main/res/values-v31/styles.xml | 2 ++ android/app/src/main/res/values/styles.xml | 8 ++++---- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/android/app/src/main/res/values-night-v31/styles.xml b/android/app/src/main/res/values-night-v31/styles.xml index 9e0e65b22..45ff5e509 100644 --- a/android/app/src/main/res/values-night-v31/styles.xml +++ b/android/app/src/main/res/values-night-v31/styles.xml @@ -8,6 +8,7 @@ #ffffff @drawable/android12branding @drawable/android12splash + @color/colorPrimary diff --git a/android/app/src/main/res/values-night/styles.xml b/android/app/src/main/res/values-night/styles.xml index b07271df3..86583b1c4 100644 --- a/android/app/src/main/res/values-night/styles.xml +++ b/android/app/src/main/res/values-night/styles.xml @@ -6,7 +6,7 @@ Flutter draws its first frame --> @drawable/launch_background false - @color/colorPrimary + @color/colorPrimary false @drawable/launch_background @drawable/branding @@ -19,7 +19,7 @@ This Theme is only used starting with V2 of Flutter's Android embedding. --> @drawable/launch_background - @color/colorPrimary - false + @color/colorPrimary + false false - shortEdges + shortEdges