Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Question: How come CropViewExtensions pickUsing Fragment, is not using the support fragment? #78

Closed
boomesh opened this issue Jun 22, 2017 · 2 comments

Comments

@boomesh
Copy link

boomesh commented Jun 22, 2017

Hello everyone!

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?

@frozenex
Copy link

+1

@mikecutalo
Copy link

Thank you for you contribution to this repository.

Closing this Issue as this repository is being archived.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants