void Update() { if (isUpdate) { isUpdate = false; calendarPanel.UpdateSchedules(schedules); schedules.Clear(); } }
void Update() { if (isUpdate) { isUpdate = false; Debug.Log("UpdateSchedule"); calendarPanel.UpdateSchedules(schedules); schedules.Clear(); NativeToolkit.ScheduleLocalNotification(noticeStr, noticeContent, 1, noticeMin, "sound_notification", true, "ic_notification", "ic_notification_large"); } }