updating commons
This commit is contained in:
parent
f4c97b5e1e
commit
634f3aff67
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue