Skip to content

Commit 515d08d

Browse files
committed
Fix notification title from 'Renpytool' to 'Rentool'
1 parent 913e67c commit 515d08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/renpytool/OperationService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class OperationService : Service() {
116116
)
117117

118118
return NotificationCompat.Builder(this, CHANNEL_ID)
119-
.setContentTitle("Renpytool")
119+
.setContentTitle("Rentool")
120120
.setContentText(text)
121121
.setSmallIcon(R.drawable.ic_compress)
122122
.setContentIntent(pendingIntent)

0 commit comments

Comments
 (0)