Explorar o código

Now it looks better ...

Sebastián Katzer %!s(int64=12) %!d(string=hai) anos
pai
achega
725deecae6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;