Remove autoclose date time picker migration

pull/1004/head
Alex Baker 4 years ago
parent 6b2729604b
commit 3f3643826b

@ -53,10 +53,7 @@ class Upgrader @Inject constructor(
run(from, V7_0) { applyCaldavSubtasks() }
run(from, V8_2) { migrateColors() }
run(from, V8_5) { applyCaldavGeo() }
run(from, V8_8) {
preferences.setBoolean(R.string.p_linkify_task_edit, true)
preferences.setBoolean(R.string.p_auto_dismiss_datetime_edit_screen, true)
}
run(from, V8_8) { preferences.setBoolean(R.string.p_linkify_task_edit, true) }
run(from, V8_10) { migrateWidgets() }
run(from, V9_3) { applyCaldavOrder() }
preferences.setBoolean(R.string.p_just_updated, true)

Loading…
Cancel
Save