mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-07 15:38:54 +01:00
updating commons
This commit is contained in:
parent
f4c97b5e1e
commit
634f3aff67
@ -69,7 +69,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:ec74a7c44f'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:beac760389'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
|
@ -467,7 +467,7 @@ class WeekFragment : Fragment(), WeeklyCalendar {
|
||||
val eventWeekly = EventWeeklyView(range)
|
||||
|
||||
if (!eventTimeRanges.containsKey(currentDayCode)) {
|
||||
eventTimeRanges[currentDayCode] = LinkedHashMap<Long, EventWeeklyView>()
|
||||
eventTimeRanges[currentDayCode] = LinkedHashMap()
|
||||
}
|
||||
eventTimeRanges[currentDayCode]?.put(event.id!!, eventWeekly)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user