filestack-ios icon indicating copy to clipboard operation
filestack-ios copied to clipboard

Video picker withEditorEnabled problem

Open FTCP opened this issue 10 months ago • 1 comments

If there is .withEditorEnabled() paramter in let config = Filestack.Config.builder and you choose video file then it stop working. With image selected it go to edidor right. I this there should be just better condition on line 353 in file Sources/Filestack/UI/Internal/Controllers/ImagePickerUploadController.swift to make sure it's image. So just add one more condition should fix thids problem.

FTCP avatar Jan 28 '25 15:01 FTCP