use nearby icon in Nearby/Swap notification

closes #871
This commit is contained in:
Hans-Christoph Steiner 2018-07-11 17:47:16 +02:00
parent 4ff6afad1b
commit 11c28bff2c
5 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ public class SwapService extends Service {
return new NotificationCompat.Builder(this)
.setContentTitle(getText(R.string.local_repo_running))
.setContentText(getText(R.string.touch_to_configure_local_repo))
.setSmallIcon(R.drawable.ic_swap)
.setSmallIcon(R.drawable.ic_nearby)
.setContentIntent(contentIntent)
.build();
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB