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)