From e266c2ee5567acd4085eda8c098fde923b59cded Mon Sep 17 00:00:00 2001 From: crc-32 Date: Mon, 1 Jul 2024 06:38:13 +0100 Subject: [PATCH] change initializer to enum version --- gradle.properties | 2 +- .../io/rebble/libpebblecommon/packets/blobdb/Notification.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 122a8cd..10487ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official group=io.rebble.libpebblecommon -version=0.1.19 +version=0.1.20 org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M kotlin.native.binary.memoryModel=experimental kotlin.mpp.androidSourceSetLayoutVersion=2 diff --git a/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt b/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt index 94c60fe..91cc1d6 100644 --- a/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt +++ b/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt @@ -77,7 +77,7 @@ open class PushNotification(subject: String, sender: String? = null, message: St 0u, TimelineItem.Type.Notification, 0u, - 0x01u, + TimelineItem.Layout.GenericPin, attributes, actions )