mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
Formatting
This commit is contained in:
parent
877c9bec97
commit
ed992ddc72
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue