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…
Reference in New Issue