image-chooser-library icon indicating copy to clipboard operation
image-chooser-library copied to clipboard

Callback on Main Thread

Open TheFinestArtist opened this issue 9 years ago • 0 comments

This library is so awesome :) It would be much greater if you make some callbacks in main loop.

    @Override
    public void onImageChosen(final ChosenImage chosenImage) {
    }

    @Override
    public void onError(String message) {
    }

TheFinestArtist avatar May 21 '15 16:05 TheFinestArtist