Skip to content

Commit

Permalink
Fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Oct 25, 2024
1 parent c1ddcf3 commit 49ac067
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 320 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

4 changes: 4 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class WebSocketServerService : Service() {

val notificationBuilder = NotificationCompat.Builder(this, "WebSocketServerServiceChannel")
.setContentTitle("Relay running at ws://${Settings.host}:${Settings.port}")
.setSmallIcon(R.mipmap.ic_launcher_monochrome)
.setSmallIcon(R.drawable.ic_notification)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.addAction(R.drawable.ic_launcher_background, "Copy Address", copyPendingIntent)
.setContentIntent(resultPendingIntent)
Expand Down
Binary file added app/src/main/res/drawable-hdpi/ic_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-mdpi/ic_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49ac067

Please sign in to comment.