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
TurboFileChooserDelegate returns false from startIntent when destination is null or when the activity launch fails. However infrequent this might be, the problem is that Android has a contract on this return value when using filePathCallback - when the callback is used, the system expects true to be returned, which apparently means "I will handle it myself". When Turbo returns false, the system throws java.lang.IllegalStateException: Duplicate showFileChooser result.
The text was updated successfully, but these errors were encountered:
TurboFileChooserDelegate
returnsfalse
fromstartIntent
whendestination
isnull
or when the activity launch fails. However infrequent this might be, the problem is that Android has a contract on this return value when usingfilePathCallback
- when the callback is used, the system expectstrue
to be returned, which apparently means "I will handle it myself". When Turbo returnsfalse
, the system throwsjava.lang.IllegalStateException: Duplicate showFileChooser result
.The text was updated successfully, but these errors were encountered: