summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-07-19 18:57:11 +0200
committercyBerta <cyberta@riseup.net>2019-08-02 01:49:37 +0200
commit2dbca18ebd0ca4de48ad8e04a295daf31ea9083e (patch)
treebb11425c89e50886dcccdf74ab260ed8d6a366bb /app
parent84d5cf342d8e085be1996980c005b6c014f20379 (diff)
use bridge by night unicode character instead of ghost in notifications
Diffstat (limited to 'app')
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/VpnNotificationManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/se/leap/bitmaskclient/VpnNotificationManager.java b/app/src/main/java/se/leap/bitmaskclient/VpnNotificationManager.java
index abf71803..b276a402 100644
--- a/app/src/main/java/se/leap/bitmaskclient/VpnNotificationManager.java
+++ b/app/src/main/java/se/leap/bitmaskclient/VpnNotificationManager.java
@@ -120,7 +120,7 @@ public class VpnNotificationManager {
public void buildOpenVpnNotification(String profileName, boolean isObfuscated, String msg, String tickerText, ConnectionStatus status, long when, String notificationChannelNewstatusId) {
String cancelString;
CharSequence bigmessage = null;
- String ghostIcon = new String(Character.toChars(0x1F47B));
+ String ghostIcon = new String(Character.toChars(0x1f309));
switch (status) {
// show cancel if no connection