You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: collapsiblecalendarview2/src/main/java/com/shrikanthravi/collapsiblecalendarview/widget/CollapsibleCalendar.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ class CollapsibleCalendar : UICalendar, View.OnClickListener {
232
232
for (i in0 until mAdapter!!.count) {
233
233
val day = mAdapter!!.getItem(i)
234
234
val view = mAdapter!!.getView(i)
235
-
val txtDay = view.findViewById<View>(com.shrikanthravi.collapsiblecalendarview.R.id.txt_day) asTextView
235
+
val txtDay = view.findViewById<View>(R.id.txt_day) asTextView
0 commit comments