maayyaannkk / ImagePicker

Android library to choose image from gallery or camera with option to compress result image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your library doesent work with support library fragments

nordfalk opened this issue · comments

In your demo app and other places you use android.app.Fragment
For example in
https://github.com/maayyaannkk/ImagePicker/blob/master/app/src/main/java/in/mayanknagwanshi/imagepicker/demo/fragment/ExampleFragment.java

Please change that to using support fragments. That's what evryone uses

Ive fixed the bugs - please add 'nordfalk' as comitter and i'll push them

Changed to support fragment