Explorar el Código

Now it looks better ...

Sebastián Katzer hace 12 años
padre
commit
725deecae6
Se han modificado 1 ficheros con 1 adiciones y 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;