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

lambda operator not supported in java 8 #34

Open
3 tasks
GulraizAsmat opened this issue Sep 17, 2019 · 2 comments
Open
3 tasks

lambda operator not supported in java 8 #34

GulraizAsmat opened this issue Sep 17, 2019 · 2 comments

Comments

@GulraizAsmat
Copy link

New Issue Checklist

Issue Info

Info Value
Platform Name e.g. Android
Platform Version e.g. 6.0
CFAlertDialog Version e.g. 2.1.1
Integration Method e.g. gradle / manually
Xcode Version e.g. Android Studio 2.3
Repro rate e.g. all the time (100%) / sometimes x% / only once
Repro with our demo prj e.g. does it happen with our demo project?
Demo project link e.g. link to a demo project that highlights the issue

Issue Description and Steps

Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.

@rahul-s
Copy link
Contributor

rahul-s commented Sep 17, 2019

@GulraizAsmat Can you please explain what issue you are facing..?

@AkinKeskinbas
Copy link

java.lang.NullPointerException:
at com.akin.test.Anasayfa.lambda$showStartDialog$1$Anasayfa (Anasayfa.java:346)
at com.akin.test.-$$Lambda$Anasayfa$eYk8QGBUd2jY2YmTpQIEE9uJNPY.onClick (lambda)
at com.crowdfire.cfalertdialog.CFAlertDialog$6.onClick (CFAlertDialog.java:564)
at android.view.View.performClick (View.java:5205)
at android.view.View$PerformClick.run (View.java:21164)
at android.os.Handler.handleCallback (Handler.java:739)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:148)
at android.app.ActivityThread.main (ActivityThread.java:5417)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:616)

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

3 participants