fix: crash when selecting photos from cameraroll (#17691)
This commit is contained in:
parent
17e9ce7513
commit
337b1d77d0
|
@ -43,7 +43,7 @@
|
||||||
(merge {:first num
|
(merge {:first num
|
||||||
:assetType "Photos"
|
:assetType "Photos"
|
||||||
:groupTypes (if (= album (i18n/label :t/recent)) "All" "Albums")
|
:groupTypes (if (= album (i18n/label :t/recent)) "All" "Albums")
|
||||||
:groupName (when (not= album (i18n/label :t/recent)) album)
|
:groupName (if (not= album (i18n/label :t/recent)) album "")
|
||||||
:include ["imageSize"]}
|
:include ["imageSize"]}
|
||||||
(when end-cursor
|
(when end-cursor
|
||||||
{:after end-cursor}))
|
{:after end-cursor}))
|
||||||
|
|
Loading…
Reference in New Issue