From 740d575a4b2497dce8c096385417712aa24ef3fc Mon Sep 17 00:00:00 2001 From: skyforce Date: Thu, 8 Oct 2020 13:22:58 +0800 Subject: [PATCH] update notify msg --- .../main/java/sky4s/garminhud/app/NotificationMonitor.java | 2 +- GoogleMaps_HUD/gmaps_hud/version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GoogleMaps_HUD/gmaps_hud/src/main/java/sky4s/garminhud/app/NotificationMonitor.java b/GoogleMaps_HUD/gmaps_hud/src/main/java/sky4s/garminhud/app/NotificationMonitor.java index 1ed2fb9..17fa2bb 100644 --- a/GoogleMaps_HUD/gmaps_hud/src/main/java/sky4s/garminhud/app/NotificationMonitor.java +++ b/GoogleMaps_HUD/gmaps_hud/src/main/java/sky4s/garminhud/app/NotificationMonitor.java @@ -633,7 +633,7 @@ private boolean parseGmapsNotificationByExtras(Notification notification) { String subText = parseString(subTextObj); subText = null == subText ? text : subText; - String textOnGmapsNotify = subText + " " + title + " " + text; + String textOnGmapsNotify = title;//subText + " " + title + " " + text; // Check if subText is empty (" · · ") --> don't parse subText // Occurs for example on NavigationChanged diff --git a/GoogleMaps_HUD/gmaps_hud/version.properties b/GoogleMaps_HUD/gmaps_hud/version.properties index 576c85d..4c36509 100644 --- a/GoogleMaps_HUD/gmaps_hud/version.properties +++ b/GoogleMaps_HUD/gmaps_hud/version.properties @@ -1,3 +1,3 @@ -#Thu Oct 08 12:34:41 CST 2020 +#Thu Oct 08 12:43:25 CST 2020 VERSION_NAME=0.8.3 -VERSION_CODE=1980 +VERSION_CODE=1989