From 0291737ed48af514ebb10f3d076a678aec874261 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 24 Aug 2020 02:00:00 +0200 Subject: [PATCH] Fix spacing in CategoryItselfHandling --- .../android/logic/blockingreason/CategoryItselfHandling.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/io/timelimit/android/logic/blockingreason/CategoryItselfHandling.kt b/app/src/main/java/io/timelimit/android/logic/blockingreason/CategoryItselfHandling.kt index fbba930..da3b7ec 100644 --- a/app/src/main/java/io/timelimit/android/logic/blockingreason/CategoryItselfHandling.kt +++ b/app/src/main/java/io/timelimit/android/logic/blockingreason/CategoryItselfHandling.kt @@ -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,