iQuePhoto
iQuePhoto copied to clipboard
filter isn't working
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 .