From 713bd59435e3887ad94c2421a3c5cf1a7edf0975 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 3 Jul 2024 11:33:38 -0400 Subject: [PATCH] Fixes Linting 2 --- .../vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt index 06bbd44dd..14eab0a69 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/dal/HomeNewThreadFeedFilter.kt @@ -100,7 +100,9 @@ class HomeNewThreadFeedFilter( noteEvent is HighlightEvent || noteEvent is AudioTrackEvent || noteEvent is AudioHeaderEvent - ) && filterParams.match(noteEvent, isGlobalRelay) && it.isNewThread() + ) && + filterParams.match(noteEvent, isGlobalRelay) && + it.isNewThread() } override fun sort(collection: Set): List =