diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-23 16:26:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 16:26:12 -0400 |
commit | 8c2b915678b852f597c38ab00d18c22bf62d2051 (patch) | |
tree | 7a268ef4d84b7870ded9020af637785c452a7923 /src/screens | |
parent | cd5863264d0fe954e63d8cc93fc4ee6ab509f49b (diff) | |
parent | 16f6341daff56f827fbb6c6ade9cf1238e8e5f3e (diff) |
Merge pull request #473 from IvanIFChen/tma938-video-from-camera-video-streaming
[TMA-938] Video From Camera & Video Streaming
Diffstat (limited to 'src/screens')
-rw-r--r-- | src/screens/chat/ChatListScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/chat/ChatListScreen.tsx b/src/screens/chat/ChatListScreen.tsx index 1df5c2da..0f5d8073 100644 --- a/src/screens/chat/ChatListScreen.tsx +++ b/src/screens/chat/ChatListScreen.tsx @@ -6,10 +6,10 @@ import {useStore} from 'react-redux'; import {ChannelList, Chat} from 'stream-chat-react-native'; import {ChatContext} from '../../App'; import {TabsGradient} from '../../components'; +import EmptyContentView from '../../components/common/EmptyContentView'; import {ChannelPreview, MessagesHeader} from '../../components/messages'; import {MainStackParams} from '../../routes'; import {RootState} from '../../store/rootReducer'; -import EmptyContentView from '../../components/common/EmptyContentView'; import { LocalAttachmentType, LocalChannelType, |