Skip to content

Commit

Permalink
update notify msg
Browse files Browse the repository at this point in the history
  • Loading branch information
skyforcetw committed Oct 8, 2020
1 parent 73b8219 commit 740d575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions GoogleMaps_HUD/gmaps_hud/version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 740d575

Please sign in to comment.