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
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
I was wondering why the pickUsing relies on a android.app.Fragment instead of the support fragment?
static void pickUsing(Fragment fragment, int requestCode) {
fragment.startActivityForResult(createChooserIntent(), requestCode);
}
I have my hands tied, as I'm using the v4 support fragment, and using the Activity counterpart is going to be really messy. Is there any plans to bring in the support functionality? Or at least is there a suggestion anyone has that I could make use of?
The text was updated successfully, but these errors were encountered:
Hello everyone!
I was wondering why the
pickUsing
relies on aandroid.app.Fragment
instead of the support fragment?I have my hands tied, as I'm using the v4 support fragment, and using the Activity counterpart is going to be really messy. Is there any plans to bring in the support functionality? Or at least is there a suggestion anyone has that I could make use of?
The text was updated successfully, but these errors were encountered: