From 12d7965ddf7f86697164897ccf2735488fe54ae6 Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Thu, 29 Aug 2024 14:34:36 +0200 Subject: [PATCH] Fixed overlapping text when opening the category editing page To fix this, I simply disabled the animation, which lags on low-end devices. I felt this was the best solution because such animation in the bottom sheet looks "messy", with noticeable jumps even on flagship phones. Signed-off-by: Mikhail Mitrofanov --- .../src/main/res/layout/fragment_bookmark_category_settings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/app/src/main/res/layout/fragment_bookmark_category_settings.xml b/android/app/src/main/res/layout/fragment_bookmark_category_settings.xml index f8f0213c7d..40c2be3f9c 100644 --- a/android/app/src/main/res/layout/fragment_bookmark_category_settings.xml +++ b/android/app/src/main/res/layout/fragment_bookmark_category_settings.xml @@ -31,6 +31,7 @@ android:layout_height="wrap_content">