android - onActivityResult makes Butterknife lose its bindings -
i'm using android developer guide take photo , thumbnail. i'm calling intent inside fragment , requestcode , resultcode fine. problem when try set image on
mimageview.setimagebitmap(imagebitmap);
it seems butterknife loses bindings views , won't imageview that's shown on screen. came conclusion after using runnable 2 seconds delay made work.
that's 1 workaround. i've tried making activity catch onactivityresult made resultcode-1.
Comments
Post a Comment