Mohamed Elfiky
08/24/2020, 1:14 PMval picker = parentFragmentManager.findFragmentByTag("date_picker_tag") as? MaterialDatePicker<Long>
this code gave warning Unchecked cast: Fragment? to MaterialDatePicker<Long>. should i Suppress the warning or there is another way?