Sfoglia il codice sorgente

Now it looks better ...

Sebastián Katzer 12 anni fa
parent
commit
725deecae6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/wp8/LocalNotification.cs

+ 1 - 1
src/wp8/LocalNotification.cs

@@ -102,7 +102,7 @@ namespace Cordova.Extension.Commands
                 tile.Count = options.Badge;
             }
 
-            tile.Title       = options.Title;
+            tile.BackTitle   = options.Title;
             tile.BackContent = options.Message;
 
             return tile;