diff options
| author | fiaxh <git@lightrise.org> | 2022-11-26 22:26:25 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-05 14:32:04 +0200 |
| commit | 6c5ec41beb126698fb096931a5da6cd5df0cecbb (patch) | |
| tree | f4245e6f13a4b4e8ad98d154fb8005f04aa58970 /main/src | |
| parent | c7ff1d6bea5d8bd1d07179a68d2dae3910787fc0 (diff) | |
| download | dino-6c5ec41beb126698fb096931a5da6cd5df0cecbb.tar.gz | |
Fix compiler warnings
Diffstat (limited to 'main/src')
| -rw-r--r-- | main/src/ui/conversation_content_view/conversation_view.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/ui/conversation_content_view/conversation_view.vala b/main/src/ui/conversation_content_view/conversation_view.vala index d6cbed62..7ff3a4f7 100644 --- a/main/src/ui/conversation_content_view/conversation_view.vala +++ b/main/src/ui/conversation_content_view/conversation_view.vala @@ -374,9 +374,7 @@ public class ConversationView : Box, Plugins.ConversationItemCollection, Plugins if (lower_item != null) { if (can_merge(item, lower_item)) { - ConversationItemSkeleton lower_skeleton = item_item_skeletons[lower_item]; item_skeleton.show_skeleton = false; - lower_skeleton.last_group_item = false; } else { item_skeleton.show_skeleton = true; } |
