release 0.4.0
* use Locale.getDefault() for the timetable screen
This commit is contained in:
@ -62,7 +62,7 @@ class TimeTableFragment : Fragment() {
|
||||
*/
|
||||
private fun addWeeks() = doAsync {
|
||||
val dayIndex = NotRetardedCalendar().getDayOfWeekIndex()
|
||||
val formatter = SimpleDateFormat("E dd.MM", Locale.GERMANY) // TODO change to android call when min api is 24
|
||||
val formatter = SimpleDateFormat("E dd.MM", Locale.getDefault()) // TODO change to android call when min api is 24
|
||||
val calendar = Calendar.getInstance()
|
||||
|
||||
uiThread {
|
||||
|
Reference in New Issue
Block a user