summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2012-03-13 02:47:51 +0400
committerGravatar Vitaly Takmazov2012-03-13 02:47:51 +0400
commitea1bc13e7a6bbef3d16fb630ed7cd348d8a9e67c (patch)
tree04362f97bac727c5d35053be0d1db9c0fcad30f1 /Juick/App.xaml.cs
parentadfdd7c1afd794fab5013fdad95aad8654326d3f (diff)
add push notifications stub
fix refreshing fix images fix orientation
Diffstat (limited to 'Juick/App.xaml.cs')
-rw-r--r--Juick/App.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/App.xaml.cs b/Juick/App.xaml.cs
index 4057483..1102a91 100644
--- a/Juick/App.xaml.cs
+++ b/Juick/App.xaml.cs
@@ -33,7 +33,7 @@ namespace Juick
get
{
return _last ??
- (_last = new MessageListViewModelBase {RestUri = "/messages?1=1&rnd=" + Environment.TickCount});
+ (_last = new MessageListViewModelBase {RestUri = "/messages?1=1"});
}
}