From cdfc9a676ee186090e18b2479e23409552af0376 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 1 May 2025 11:14:49 +0200 Subject: [PATCH] No suggest disconnect images --- app/src/main/res/layout/fragment_options_privacy.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_options_privacy.xml b/app/src/main/res/layout/fragment_options_privacy.xml index 3139ef7ca2..9077b07056 100644 --- a/app/src/main/res/layout/fragment_options_privacy.xml +++ b/app/src/main/res/layout/fragment_options_privacy.xml @@ -731,6 +731,7 @@ android:layout_height="wrap_content" android:layout_marginStart="12dp" android:layout_marginTop="12dp" + android:tag="nosuggest" android:text="@string/title_advanced_disconnect_images" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"