jjobes / SlideDateTimePicker

A combined DatePicker and TimePicker in a DialogFragment for Android
Apache License 2.0
836 stars 235 forks source link

can it use not in a FragmentActivity? #31

Open yjfcjwddsg opened 7 years ago

ionutboanta commented 7 years ago

I guess it's a really late answer, but it might help others. I made it work on a fragment by using the activity support fragment manager like this: ((MainActivity) getActivity()).getSupportFragmentManager()