Add missing item to BackgroundTaskLogicCache.liveDataCaches

This commit is contained in:
Jonas Lochmann 2020-06-01 02:00:00 +02:00
parent 543a936165
commit 8fb0f50eff
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -64,6 +64,7 @@ class BackgroundTaskLogicCache (private val appLogic: AppLogic) {
appCategories,
timeLimitRules,
usedTimesOfCategoryAndWeekByFirstDayOfWeek,
usedSessionDurationsByCategoryId,
shouldDoAutomaticSignOut
))
}