From e540c380d5008ef0b8c0b4dcc7883fbc6a1e7d10 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Wed, 10 Jun 2026 10:48:15 +0200 Subject: [PATCH] Notification icon: first hide, show only if needed -> no flickering Signed-off-by: tobiasKaminsky --- app/src/main/res/layout/toolbar_standard.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/toolbar_standard.xml b/app/src/main/res/layout/toolbar_standard.xml index af71bd5843e2..0485da57b915 100644 --- a/app/src/main/res/layout/toolbar_standard.xml +++ b/app/src/main/res/layout/toolbar_standard.xml @@ -219,6 +219,7 @@ app:icon="@drawable/ic_notification" app:iconSize="@dimen/search_bar_icon_size" app:iconTint="@color/fontAppbar" + android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@id/switch_account_button" app:layout_constraintTop_toTopOf="parent" />