Fix notification icon

This commit is contained in:
emanuele-f 2021-03-02 10:32:25 +01:00
parent 76d422e92d
commit 94b93f3175

View File

@ -274,7 +274,8 @@ public class CaptureService extends VpnService implements Runnable {
Utils.formatBytes(last_bytes), Utils.formatNumber(this, last_connections));
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, NOTIFY_CHAN_VPNSERVICE)
.setSmallIcon(R.mipmap.ic_launcher_round)
.setSmallIcon(R.drawable.ic_logo)
.setColor(getResources().getColor(R.color.colorPrimary))
.setContentIntent(pi)
.setOngoing(true)
.setAutoCancel(false)