diff --git a/app/src/main/java/io/timelimit/android/ui/manage/parent/ManageParentNotifications.kt b/app/src/main/java/io/timelimit/android/ui/manage/parent/ManageParentNotifications.kt index a13a100..702b2a2 100644 --- a/app/src/main/java/io/timelimit/android/ui/manage/parent/ManageParentNotifications.kt +++ b/app/src/main/java/io/timelimit/android/ui/manage/parent/ManageParentNotifications.kt @@ -1,5 +1,5 @@ /* - * TimeLimit Copyright 2019 Jonas Lochmann + * TimeLimit Copyright 2019 - 2021 Jonas Lochmann * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -71,7 +71,7 @@ object ManageParentNotifications { ) { // it worked } else { - view.manipulationCheckbox.isChecked = tasks + view.taskCheckbox.isChecked = tasks } } }