Added private variables
This commit is contained in:
parent
87cf2871a7
commit
1c2abb543b
@ -44,9 +44,9 @@ class AndroidNotificationTray
|
||||
|
||||
) : NotificationTray.SystemTray {
|
||||
|
||||
val generalLoopNotificationGroup = "generalLoopHabitsNotificationGroup"
|
||||
private val generalLoopNotificationGroup = "generalLoopHabitsNotificationGroup"
|
||||
|
||||
var summaryShown = false
|
||||
private var summaryShown = false
|
||||
|
||||
override fun removeNotification(id: Int)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user