forked from penguin86/luna-tracker
MainActivity: support 24h format
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user