Parcourir la source

Nur Attribute des 2nd Tiles sollen gesetzt werden

Sebastián Katzer il y a 12 ans
Parent
commit
1dee90330b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/wp8/LocalNotification.cs

+ 0 - 2
src/wp8/LocalNotification.cs

@@ -78,7 +78,6 @@ namespace Cordova.Extension.Commands
                 // Empty strings for the text values and URIs will result in the property being cleared.
                 StandardTileData TileData = new StandardTileData
                 {
-                    Title       = "",
                     BackTitle   = "",
                     BackContent = ""
                 };
@@ -103,7 +102,6 @@ namespace Cordova.Extension.Commands
                 tile.Count = options.Badge;
             }
 
-            tile.BackTitle   = options.Title;
             tile.Title       = options.Title;
             tile.BackContent = options.Message;