From ed992ddc72b4ea29c67d9cf7bdf950c603806d82 Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Tue, 1 Feb 2022 14:40:00 +0200 Subject: [PATCH] Formatting --- .../home/room/detail/timeline/factory/MessageItemFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt index c59a6f5360..59b7ba3a8c 100644 --- a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt +++ b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt @@ -171,8 +171,8 @@ class MessageItemFactory @Inject constructor( return noticeItemFactory.create(params) } - // This is a thread event and we will [debug] display it when we are in the main timeline if (lightweightSettingsStorage.areThreadMessagesEnabled() && !params.isFromThreadTimeline() && event.root.isThread()) { + // This is a thread event and we will [debug] display it when we are in the main timeline return noticeItemFactory.create(params) }