Skip to content

Commit e266c2e

Browse files
committed
change initializer to enum version
1 parent e6a0abc commit e266c2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
group=io.rebble.libpebblecommon
4-
version=0.1.19
4+
version=0.1.20
55
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
66
kotlin.native.binary.memoryModel=experimental
77
kotlin.mpp.androidSourceSetLayoutVersion=2

src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ open class PushNotification(subject: String, sender: String? = null, message: St
7777
0u,
7878
TimelineItem.Type.Notification,
7979
0u,
80-
0x01u,
80+
TimelineItem.Layout.GenericPin,
8181
attributes,
8282
actions
8383
)

0 commit comments

Comments
 (0)