Skip to content

Commit 17b9192

Browse files
committed
Fixed mono icon
1 parent d4a41f8 commit 17b9192

File tree

6 files changed

+1
-35
lines changed

6 files changed

+1
-35
lines changed

android/app/src/main/java/com/httpsms/services/StickyNotificationService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class StickyNotificationService: Service() {
7171
.setContentTitle("HTTP SMS")
7272
.setContentText("Service running in background")
7373
.setContentIntent(pendingIntent)
74-
.setSmallIcon(R.mipmap.ic_launcher_round)
74+
.setSmallIcon(R.drawable.ic_stat_name)
7575
.setTicker("Ticker text")
7676
.build()
7777
}

android/app/src/main/res/drawable-anydpi/ic_action_name.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.
-412 Bytes
Binary file not shown.
-307 Bytes
Binary file not shown.
-484 Bytes
Binary file not shown.
-680 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)