From 710f2f92cbbf4b96de6a20c2c1996a963cd6b463 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Tue, 21 Sep 2021 12:06:53 +0100 Subject: [PATCH] cleaning up the notification email group xml definition to include a self closing tag - the category is dynamically populated so we shouldn't be adding anything static here anyways! --- vector/src/main/res/xml/vector_settings_notifications.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vector/src/main/res/xml/vector_settings_notifications.xml b/vector/src/main/res/xml/vector_settings_notifications.xml index f471c1156b..7d41bdbd86 100644 --- a/vector/src/main/res/xml/vector_settings_notifications.xml +++ b/vector/src/main/res/xml/vector_settings_notifications.xml @@ -57,9 +57,7 @@ - - + android:title="@string/settings_notification_emails_category"/> -