Open LGFox opened 1 year ago
Thanks for the PR. I'll check. :)
Hi @sangcomz, could you please check this PR and merge it? It's relatively small and straight forward. I was actually going to submit basically the same changes but now I saw that LGFox already did the work. Thank you for this library and your work on it.
Please merge this pj and release a new version to fix this problem, I really need this libs for upgrade sdk 33. Thank you!
Please merge this PR and release a new version.
Steps to reproduce:
WithActivityActivity.kt:147
add.isStartInAllView(true)
Activity in StartActivityForResult(LIGHT)
CHOOSE
Expected result: a photo being selected Actual result: app crashes because
path
atWithActivityActivity.kt:60
isnull
What changed:
finish()
instead ofpickerView.finishActivity()
which correctly supportsisStartInAllView(true)
pickerRepository.checkForFinish()
everywhere.setIsUseAllDoneButton(true)
in demo project