mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Fix spacing in CategoryItselfHandling
This commit is contained in:
parent
68a6b3d62e
commit
0291737ed4
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ data class CategoryItselfHandling (
|
|||
else
|
||||
emptySet()
|
||||
|
||||
val blockAllNotifications = categoryRelatedData.category.blockAllNotifications &&hasPremiumOrLocalMode
|
||||
val blockAllNotifications = categoryRelatedData.category.blockAllNotifications && hasPremiumOrLocalMode
|
||||
|
||||
return CategoryItselfHandling(
|
||||
shouldCountTime = shouldCountTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue