浏览代码

Now it looks better ...

Sebastián Katzer 12 年之前
父节点
当前提交
725deecae6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;