You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#40 added the ability to control the image source by setting the `availableImageSources` option. If there's only one option set in it, for example:
availableImageSources = [ImageSourceOption.gallery]
the bottom sheet is displayed even though there's only one action to take. Directly opening the gallery in this case would a better flow.