improvements #10
@@ -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