update: comment with a name
This commit is contained in:
@@ -229,6 +229,7 @@ export function MessagesScreenInner({navigation, route}: Props) {
|
|||||||
return listenSoftReset(onSoftReset)
|
return listenSoftReset(onSoftReset)
|
||||||
}, [onSoftReset, isScreenFocused])
|
}, [onSoftReset, isScreenFocused])
|
||||||
|
|
||||||
|
// NOTE(APiligrim)
|
||||||
// Show empty state only if there are no conversations at all
|
// Show empty state only if there are no conversations at all
|
||||||
const actualConversations = conversations.filter(
|
const actualConversations = conversations.filter(
|
||||||
item => item.type === 'CONVERSATION',
|
item => item.type === 'CONVERSATION',
|
||||||
|
|||||||
Reference in New Issue
Block a user