Commit 1dee9033 by Sebastián Katzer

Nur Attribute des 2nd Tiles sollen gesetzt werden

parent ce90c58f
...@@ -78,7 +78,6 @@ namespace Cordova.Extension.Commands ...@@ -78,7 +78,6 @@ namespace Cordova.Extension.Commands
// Empty strings for the text values and URIs will result in the property being cleared. // Empty strings for the text values and URIs will result in the property being cleared.
StandardTileData TileData = new StandardTileData StandardTileData TileData = new StandardTileData
{ {
Title = "",
BackTitle = "", BackTitle = "",
BackContent = "" BackContent = ""
}; };
...@@ -103,7 +102,6 @@ namespace Cordova.Extension.Commands ...@@ -103,7 +102,6 @@ namespace Cordova.Extension.Commands
tile.Count = options.Badge; tile.Count = options.Badge;
} }
tile.BackTitle = options.Title;
tile.Title = options.Title; tile.Title = options.Title;
tile.BackContent = options.Message; tile.BackContent = options.Message;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment