Removing empty line
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ class StreamChannelListTile extends StatelessWidget {
|
|||||||
(lastMessage.user?.id != currentUser.id)) {
|
(lastMessage.user?.id != currentUser.id)) {
|
||||||
return const Offstage();
|
return const Offstage();
|
||||||
}
|
}
|
||||||
|
|
||||||
final hasNonUrlAttachments = lastMessage.attachments
|
final hasNonUrlAttachments = lastMessage.attachments
|
||||||
.where((it) => it.titleLink == null || it.type == 'giphy')
|
.where((it) => it.titleLink == null || it.type == 'giphy')
|
||||||
.isNotEmpty;
|
.isNotEmpty;
|
||||||
|
|||||||
Reference in New Issue
Block a user