mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
fix for missing variable in ipad layout
This commit is contained in:
parent
a9cb556392
commit
b8bdfdc009
@ -216,7 +216,7 @@ function HomeScreen({ navParams }) {
|
|||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.channels}>
|
<View style={styles.channels}>
|
||||||
<Channels dmChannel={navParams.dmChannel} shareChannel={shareChannel} cardId={cardId} channelId={channelId} openConversation={setConversation} />
|
<Channels dmChannel={navParams.dmChannel} shareChannel={navParams.shareChannel} cardId={cardId} channelId={channelId} openConversation={setConversation} />
|
||||||
</View>
|
</View>
|
||||||
</SafeAreaView>
|
</SafeAreaView>
|
||||||
<View style={styles.conversation}>
|
<View style={styles.conversation}>
|
||||||
|
Loading…
Reference in New Issue
Block a user