Use cool new icon

This commit is contained in:
Mygod
2018-02-17 14:28:35 -08:00
parent 0cf864392e
commit dca82ed630

View File

@@ -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)