From f671b033bc1565f80248ca082430db3ccf7a39f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= <33655937+jkoenig134@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:34:52 +0100 Subject: [PATCH] Text glitches when the app is returning to foreground (#461) * fix: disable impeller on android * chore: add comment --- apps/enmeshed/android/app/src/main/AndroidManifest.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/enmeshed/android/app/src/main/AndroidManifest.xml b/apps/enmeshed/android/app/src/main/AndroidManifest.xml index 27f47b831..e68069279 100644 --- a/apps/enmeshed/android/app/src/main/AndroidManifest.xml +++ b/apps/enmeshed/android/app/src/main/AndroidManifest.xml @@ -3,6 +3,11 @@ + + + +