File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import { useChannelInfoOverlayContext } from '../context/ChannelInfoOverlayConte
2323import { Archive } from '../icons/Archive' ;
2424import { useChannelInfoOverlayActions } from '../hooks/useChannelInfoOverlayActions' ;
2525import { SafeAreaView } from 'react-native-safe-area-context' ;
26+ import { Pin } from '../icons/Pin.tsx' ;
2627
2728dayjs . extend ( relativeTime ) ;
2829
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import type { ChannelSort } from 'stream-chat';
2121import { useStreamChatContext } from '../context/StreamChatContext' ;
2222import { Search } from '../icons/Search' ;
2323import { ChannelInfo } from '../icons/ChannelInfo.tsx' ;
24+ import { CircleClose } from '../icons/CircleClose.tsx' ;
2425
2526const styles = StyleSheet . create ( {
2627 channelListContainer : {
@@ -248,7 +249,6 @@ export const ChannelListScreen: React.FC = () => {
248249 < View style = { [ styles . channelListContainer , { opacity : searchQuery ? 0 : 1 } ] } >
249250 < ChannelList
250251 additionalFlatListProps = { additionalFlatListProps }
251- get
252252 filters = { filters }
253253 HeaderNetworkDownIndicator = { HeaderNetworkDownIndicator }
254254 maxUnreadCount = { 99 }
You can’t perform that action at this time.
0 commit comments