How i can use TimePickerDialog().Show() without fragments?
CDrosos opened this issue · 1 comments
CDrosos commented
i'm trying to use this library but i see that always needs as a parameter a FragmentManager, im not using fragments, how i can show then a timepickerDialog?
Plac3hold3r commented
Hi @CDrosos , while TimePickerDialog
is a fragment you don't have to launch the dialog from a fragment. If your application is only using activities that is fine. You must just make use of a FragmentActivity
.