From dca82ed630de94488eff64392ec6cfb8a60e182e Mon Sep 17 00:00:00 2001 From: Mygod Date: Sat, 17 Feb 2018 14:28:35 -0800 Subject: [PATCH] Use cool new icon --- mobile/src/main/java/be/mygod/vpnhotspot/ServiceNotification.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/ServiceNotification.kt b/mobile/src/main/java/be/mygod/vpnhotspot/ServiceNotification.kt index 0103a0ab..334e4015 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/ServiceNotification.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/ServiceNotification.kt @@ -21,7 +21,7 @@ object ServiceNotification { .setWhen(0) .setColor(ContextCompat.getColor(context, R.color.colorPrimary)) .setContentTitle(context.getText(R.string.notification_tethering_title)) - .setSmallIcon(R.drawable.ic_device_wifi_tethering) + .setSmallIcon(R.drawable.ic_quick_settings_tile_on) .setContentIntent(PendingIntent.getActivity(context, 0, Intent(context, MainActivity::class.java), PendingIntent.FLAG_UPDATE_CURRENT)) .setVisibility(Notification.VISIBILITY_PUBLIC)