Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter is not working #14

Open
CoderoidAcademy opened this issue Jun 4, 2019 · 1 comment
Open

Filter is not working #14

CoderoidAcademy opened this issue Jun 4, 2019 · 1 comment

Comments

@CoderoidAcademy
Copy link

hi, when i use Filters Button, app crash and i get this error

Attempt to invoke virtual method 'android.graphics.Bitmap net.iquesoft.iquephoto.core.ImageEditorView.getAlteredImageBitmap()' on a null object reference
at net.iquesoft.iquephoto.ui.fragments.FiltersFragment.provideFilterPresenter(FiltersFragment.java:41)
at net.iquesoft.iquephoto.ui.fragments.FiltersFragment$$PresentersBinder$mPresenterBinder.providePresenter(FiltersFragment$$PresentersBinder.java:24)
at com.arellomobile.mvp.MvpProcessor.getMvpPresenter(MvpProcessor.java:52)
at com.arellomobile.mvp.MvpProcessor.getMvpPresenters(MvpProcessor.java:99)
at com.arellomobile.mvp.MvpDelegate.onCreate(MvpDelegate.java:101)
at net.iquesoft.iquephoto.extras.MvpAppCompatFragment.onCreate(MvpAppCompatFragment.java:25)
at net.iquesoft.iquephoto.ui.fragments.ToolFragment.onCreate(ToolFragment.java:15)
at net.iquesoft.iquephoto.ui.fragments.FiltersFragment.onCreate(FiltersFragment.java:61)

why?
note, i using Android api 28 and Android X and gradle 3.4.1

@saadhussain420
Copy link

Check the path or the input bitamp you are passing to the filters, it appears to be null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants