correction regarding deletion of old pins
This commit is contained in:
parent
4bd578ebea
commit
907ad8f27a
|
@ -233,9 +233,9 @@ public class DebugActivity extends GBActivity {
|
|||
|
||||
//FIXME: dont do it here, and make another button
|
||||
GBApplication.deviceService().onDeleteCalendarEvent(CalendarEventSpec.TYPE_SUNRISE, 1);
|
||||
GBApplication.deviceService().onDeleteCalendarEvent(CalendarEventSpec.TYPE_SUNRISE, 3);
|
||||
GBApplication.deviceService().onDeleteCalendarEvent(CalendarEventSpec.TYPE_SUNRISE, 2);
|
||||
GBApplication.deviceService().onDeleteCalendarEvent(CalendarEventSpec.TYPE_SUNSET, 1);
|
||||
GBApplication.deviceService().onDeleteCalendarEvent(CalendarEventSpec.TYPE_SUNSET, 2);
|
||||
GBApplication.deviceService().onDeleteCalendarEvent(CalendarEventSpec.TYPE_SUNSET, 4);
|
||||
|
||||
Prefs prefs = GBApplication.getPrefs();
|
||||
|
||||
|
|
Loading…
Reference in New Issue