You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to use this date time picker in a fragment, because when I am trying to create the instance of it, its showing syntax error due to the class signature class CustomDateTimePicker(private val activity: Activity,customDateTimeListener: ICustomDateTimeListener). It accepts the first argument as Activity only
The text was updated successfully, but these errors were encountered:
I am unable to use this date time picker in a fragment, because when I am trying to create the instance of it, its showing syntax error due to the class signature class CustomDateTimePicker(private val activity: Activity,customDateTimeListener: ICustomDateTimeListener). It accepts the first argument as Activity only
The text was updated successfully, but these errors were encountered: