Fix reseting the wrong checkbox in the parent notification settings

This commit is contained in:
Jonas Lochmann 2021-08-09 02:00:00 +02:00
parent 3e6819d1dd
commit dc0661918d
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -1,5 +1,5 @@
/*
* TimeLimit Copyright <C> 2019 Jonas Lochmann
* TimeLimit Copyright <C> 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
}
}
}