mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
do not circle selected days at the old monthly view
This commit is contained in:
parent
958ddf0f37
commit
47f601bd21
@ -102,7 +102,10 @@ class MonthViewWrapper(context: Context, attrs: AttributeSet, defStyle: Int) : F
|
||||
y = yPos
|
||||
setOnClickListener {
|
||||
dayClickCallback?.invoke(day)
|
||||
monthView.updateCurrentlySelectedDay(viewX, viewY)
|
||||
|
||||
if (isMonthDayView) {
|
||||
monthView.updateCurrentlySelectedDay(viewX, viewY)
|
||||
}
|
||||
}
|
||||
addView(this)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user