Atif Aziz

Results 8 comments of Atif Aziz

> Did you also include > `import android.content.Context;` > at the top of your MainActivity file? i was missed this import , after import local notification is not triggering.

@daominhsangvn @RajaSaravanan DeviceEventEmitter.addListener is not working in android, could you please help me?

I am getting the same error .. I am using version 2.0.2. Does anyone help in this issue.?

@alhazmy13 Thanks for your quick response. Here is my code UmmalquraCalendar now = new UmmalquraCalendar(); HijriDatePickerDialog hijriDatePickerDialog = HijriDatePickerDialog.newInstance(listener,now.get(UmmalquraCalendar.YEAR), now.get(UmmalquraCalendar.MONTH), now.get(UmmalquraCalendar.DAY_OF_MONTH));`

@alhazmy13 If i do `UmmalquraCalendar now = new UmmalquraCalendar();` `HijriDatePickerDialog hijriDatePickerDialog = HijriDatePickerDialog.newInstance(listener, now.get(Calendar.YEAR), now.get(Calendar.MONTH),now.get(Calendar.DAY_OF_MONTH));` I am getting ` com.github.msarhan.ummalqura.calendar.DateTimeException: Invalid Hijrah day of month: 31` error

@msarhan please help required. It's urgent.

@alhazmy13 I hope you will fix this issue on priority bases. Thanks.

Dear @alhazmy13 ! Please look at my first comment, i am writing the code same as you mentioned. ``` UmmalquraCalendar now = new UmmalquraCalendar(); HijriDatePickerDialog hijriDatePickerDialog = HijriDatePickerDialog.newInstance(listener, now.get(UmmalquraCalendar.YEAR), now.get(UmmalquraCalendar.MONTH),...