Skip to content

Commit 3d13a91

Browse files
Remove comment
1 parent 95a6ddc commit 3d13a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wear/src/main/java/com/example/wear/snippets/alwayson/AlwaysOnService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class AlwaysOnService1 : AlwaysOnServiceBase() {
131131
ongoingActivity.apply(applicationContext)
132132

133133
val notification = notificationBuilder.build()
134-
// [END android_wear_ongoing_activity_create_notification] // where's the equivalent START? should this even be here? check the docs jjjjjjj
134+
// [END android_wear_ongoing_activity_create_notification]
135135

136136
startForeground(NOTIFICATION_ID, notification)
137137
}

0 commit comments

Comments
 (0)