IENGROUND
IENGROUND
Have you found any workaround for this problem?(4)
> ``` > private fun disablePastCalendarDays(){ > val c = Calendar.getInstance() > > val disabledDaysSet: MutableSet = HashSet() > for (day in c.get(Calendar.DAY_OF_MONTH) downTo 1){ > c.add(Calendar.DATE, -1) > disabledDaysSet.add(c.timeInMillis)...
How did you remove previous and next month's days?
.. and does anyone solve this problem :'(
still not working :'(
when I launch GlancePreviewActivity (implements GlanceViewerActivity), it terminated with message: ``` FATAL EXCEPTION: main (Ask Gemini) Process: zone.ien.calarm.debug, PID: 31900 java.lang.NoSuchMethodError: No static method ModalBottomSheetLayout-BzaUkTc(Lkotlin/jvm/functions/Function3;Landroidx/compose/ui/Modifier;Landroidx/compose/material/ModalBottomSheetState;Landroidx/compose/ui/graphics/Shape;FJJJLkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/material/ModalBottomSheetKt; or its...
to be honest, your code works only if I add material (compose material2) library. Without it, It is not compiling.
That must be problem of permission.
Same here!