only allow selecting 4 images max
This commit is contained in:
parent
c8a7f27d43
commit
fa612fade6
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ export const ComposePost = observer(function ComposePost({
|
|||
? 'Write a comment'
|
||||
: "What's up?"
|
||||
|
||||
const canSelectImages = gallery.size <= 4
|
||||
const canSelectImages = gallery.size < 4
|
||||
const viewStyles = {
|
||||
paddingBottom: isAndroid ? insets.bottom : 0,
|
||||
paddingTop: isAndroid ? insets.top : isDesktopWeb ? 0 : 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue