Skip to content

Commit d6f6e19

Browse files
committed
fix: keep active notification contents out of attributes by default
1 parent d1038f5 commit d6f6e19

6 files changed

Lines changed: 1312 additions & 3 deletions

File tree

app/src/main/kotlin/io/homeassistant/companion/android/sensors/NotificationSensorManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class NotificationSensorManager :
257257
applicationContext,
258258
activeNotificationCount,
259259
SETTING_INCLUDE_CONTENTS_AS_ATTRS,
260-
default = true,
260+
default = false,
261261
)
262262
val attrs = if (includeContentsAsAttrsSetting) {
263263
buildMap {

0 commit comments

Comments
 (0)