summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-01-31 23:50:30 +0100
committercyBerta <cyberta@riseup.net>2022-01-31 23:50:30 +0100
commit43d997abba66cbf8ea6d78af75f6275cdb8c3157 (patch)
tree82dfa61846fe80e86c0e10004ed0e701c893cfcd
parent904f839305bf63ea1f9704e4c3de1ae2ba455b99 (diff)
add missing import in DownloadNotificationManager
-rw-r--r--app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java b/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java
index 939ed852..e7e871fd 100644
--- a/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java
+++ b/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java
@@ -23,6 +23,7 @@ import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
+import android.graphics.Color;
import android.os.Build;
import androidx.annotation.NonNull;