Fix time limit rules of new user created for allowed apps instead of games

This commit is contained in:
Jonas L 2019-02-25 00:00:00 +00:00
parent 23475b7c9e
commit 5e6b444ae0

View file

@ -95,7 +95,7 @@ class AddUserModel(application: Application): AndroidViewModel(application) {
)
))
defaultCategories.generateGamesTimeLimitRules(allowedAppsCategory).forEach { rule ->
defaultCategories.generateGamesTimeLimitRules(allowedGamesCategory).forEach { rule ->
actions.add(CreateTimeLimitRuleAction(rule))
}