mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Fix increasing temporary blocking as child user
This commit is contained in:
parent
46c556284a
commit
c63d61e31e
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class ManageChildCategoriesFragment : Fragment() {
|
|||
SetCategorySpecialModeFragment.newInstance(
|
||||
childId = params.childId,
|
||||
categoryId = category.category.id,
|
||||
mode = SpecialModeDialogMode.Regular
|
||||
mode = if (auth.isParentAuthenticated()) SpecialModeDialogMode.Regular else SpecialModeDialogMode.SelfLimitAdd
|
||||
).show(parentFragmentManager)
|
||||
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue