mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-29 18:09:25 +01:00
set proper default day at pressing "Plus" on monthly view
This commit is contained in:
parent
943280dce0
commit
b43f63a142
@ -108,5 +108,5 @@ class MonthFragmentsHolder : MyFragmentHolder(), NavigationListener {
|
||||
(activity as MainActivity).supportActionBar?.title = getString(R.string.app_launcher_name)
|
||||
}
|
||||
|
||||
override fun getNewEventDayCode() = currentDayCode
|
||||
override fun getNewEventDayCode() = if (shouldGoToTodayBeVisible()) currentDayCode else todayDayCode
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user