From 098d5a619aaf773ccbb36630bde6c06c7a4ac9f6 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 9 Jun 2020 10:54:25 +0200 Subject: [PATCH] Small fix --- app/src/main/res/layout/fragment_options_misc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 05d5019576..76a7869d17 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -418,6 +418,6 @@ android:id="@+id/grpDebug" android:layout_width="0dp" android:layout_height="0dp" - app:constraint_referenced_ids="swAuthPlain,swAuthSasl,tvProcessors,tvMemoryClass,tvStorageSpace,tvFingerprint,btnCharsets,btnCiphers" /> + app:constraint_referenced_ids="swAuthSasl,tvProcessors,tvMemoryClass,tvStorageSpace,tvFingerprint,btnCharsets,btnCiphers" />