I'm having trouble with this code line to show a date range picker with android compose:
dateRangePicker.show(, "date_range_picker")
getting this:
None of the following functions can be called with the arguments supplied. show(FragmentManager, String?) defined in com.google.android.material.datepicker.MaterialDatePicker show(FragmentTransaction, String?) defined in com.google.android.material.datepicker.MaterialDatePicker
Any one had an idea what is happening?