Selaa lähdekoodia

Now it looks better ...

Sebastián Katzer 12 vuotta sitten
vanhempi
commit
725deecae6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;