|
|
|
@ -15,7 +15,7 @@ import androidx.coordinatorlayout.widget.CoordinatorLayout;
|
|
|
|
|
import androidx.core.view.ViewCompat;
|
|
|
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
|
|
|
|
|
|
|
|
//import com.diary.database.utils.ScheduleSQLUtils;
|
|
|
|
|
import com.showme.database.utils.ScheduleSQLUtils;
|
|
|
|
|
|
|
|
|
|
import java.text.SimpleDateFormat;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
@ -193,9 +193,9 @@ public class CalendarUtils {
|
|
|
|
|
if (date.equals(CalendarViewAdapter.loadSelectedDate())) {
|
|
|
|
|
date.setSelectState(State.DAY_SELECT);
|
|
|
|
|
}
|
|
|
|
|
// if (ScheduleSQLUtils.isScheduleMarked(date.toString())) {
|
|
|
|
|
// date.setMarkSchedule(true);
|
|
|
|
|
// }
|
|
|
|
|
if (ScheduleSQLUtils.isScheduleMarked(date.toString())) {
|
|
|
|
|
date.setMarkSchedule(true);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return dates;
|
|
|
|
|
}
|
|
|
|
|