From 8b336f10124ad22f6db9085fcffe7706256e5869 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 26 Oct 2022 16:40:08 +0200 Subject: [PATCH] Allow to turn off aggregate notifications --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/pref_interface.xml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 44f54a74..7316887b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1486,4 +1486,6 @@ Will display a bubble counter in tab timelines for new messages Open the original message Remember position in timelines + Aggregate notifications + When turning on, the app will collapse related notifications diff --git a/app/src/main/res/xml/pref_interface.xml b/app/src/main/res/xml/pref_interface.xml index 3e988e11..3149de26 100644 --- a/app/src/main/res/xml/pref_interface.xml +++ b/app/src/main/res/xml/pref_interface.xml @@ -20,6 +20,14 @@ app:summary="@string/set_timelines_in_a_list" app:title="@string/set_timelines_in_a_list_title" /> + +