iQuePhoto icon indicating copy to clipboard operation
iQuePhoto copied to clipboard

filter isn't working

Open vishant16 opened this issue 7 years ago • 1 comments

vishant16 avatar Nov 21 '17 04:11 vishant16

Hi vishant16,

Please follow as below ,

@Override public void onAttach(Context context) { super.onAttach(context); mImageEditorView = (ImageEditorView) getActivity().findViewById(R.id.image_editor_view); }

Remove mImageEditorView from on create ..

If you are facing any issues keep me posted .

AbhiHearty avatar Jan 24 '18 13:01 AbhiHearty