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

java.lang.NullPointerException: Attempt to read from field 'float com.zomato.photofilters.geometry.Point.x' on a null object reference #56

Open
EAStudios opened this issue Nov 26, 2021 · 0 comments

Comments

@EAStudios
Copy link

E/InputEventReceiver: Exception dispatching input event.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.mobilix.photoeditor, PID: 6354
java.lang.NullPointerException: Attempt to read from field 'float com.zomato.photofilters.geometry.Point.x' on a null object reference
at com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter.sortPointsOnXAxis(ToneCurveSubFilter.java:93)
at com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter.process(ToneCurveSubFilter.java:64)
at com.zomato.photofilters.imageprocessors.Filter.processFilter(Filter.java:115)
at editor.toolsmanager.FilterTools$FilterController.update(FilterTools.java:266)
at editor.toolsmanager.FilterTools$2.onProgressChanged(FilterTools.java:181)
at android.widget.SeekBar.onProgressRefresh(SeekBar.java:98)

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

1 participant