We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913e67c commit 515d08dCopy full SHA for 515d08d
app/src/main/java/com/renpytool/OperationService.kt
@@ -116,7 +116,7 @@ class OperationService : Service() {
116
)
117
118
return NotificationCompat.Builder(this, CHANNEL_ID)
119
- .setContentTitle("Renpytool")
+ .setContentTitle("Rentool")
120
.setContentText(text)
121
.setSmallIcon(R.drawable.ic_compress)
122
.setContentIntent(pendingIntent)
0 commit comments