improvements #10

Open
mwarning wants to merge 17 commits from mwarning/luna-tracker:improvements into master
13 changed files with 158 additions and 108 deletions
Showing only changes of commit e1f48e6524 - Show all commits

View File

@@ -345,7 +345,7 @@ class MainActivity : AppCompatActivity() {
logbook?.sort() logbook?.sort()
recyclerView.adapter?.notifyDataSetChanged() recyclerView.adapter?.notifyDataSetChanged()
saveLogbook() saveLogbook()
}, startHour, startMinute, false).show() }, startHour, startMinute, android.text.format.DateFormat.is24HourFormat(this@MainActivity)).show()
}, startYear, startMonth, startDay).show() }, startYear, startMonth, startDay).show()
} }