We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127c5be commit 391aeeaCopy full SHA for 391aeea
AgeInMinutes/app/src/main/java/com/example/ageinminutes/MainActivity.kt
@@ -25,7 +25,7 @@ class MainActivity : AppCompatActivity() {
25
26
// calender Date picker function
27
28
- fun clickDatePicker(view: View) {
+ private fun clickDatePicker(view: View) {
29
val myCalendar = Calendar.getInstance()
30
val year = myCalendar.get(Calendar.YEAR)
31
val month = myCalendar.get(Calendar.MONTH)
0 commit comments