CFAlertDialog icon indicating copy to clipboard operation
CFAlertDialog copied to clipboard

lambda operator not supported in java 8

Open GulraizAsmat opened this issue 5 years ago • 2 comments

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.

GulraizAsmat avatar Sep 17 '19 10:09 GulraizAsmat

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

rahul-s avatar Sep 17 '19 12:09 rahul-s

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)

AkinKeskinbas avatar Sep 18 '20 11:09 AkinKeskinbas