mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 15:01:45 +03:00
fix list pick issue
clear GPS location on tombstoning resume
This commit is contained in:
@@ -211,11 +211,6 @@
|
||||
Source="{Binding SelectedFriend, Path=SelectedFriend.PinImageUrl, Converter={StaticResource imageCacheConverter}}"
|
||||
Margin="1"
|
||||
Stretch="Fill">
|
||||
<i:Interaction.Triggers>
|
||||
<i:EventTrigger EventName="MouseLeftButtonDown">
|
||||
<cmd:EventToCommand Command="{Binding ShowSelectFriendCommand}" />
|
||||
</i:EventTrigger>
|
||||
</i:Interaction.Triggers>
|
||||
</Image>
|
||||
<Border Background="{StaticResource PhoneAccentBrush}"
|
||||
Width="80"
|
||||
@@ -234,6 +229,15 @@
|
||||
Text="{Binding SelectedFriend, Path=SelectedFriend.PinUserName}"
|
||||
Opacity="1" />
|
||||
</Border>
|
||||
<Rectangle Fill="Transparent"
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch">
|
||||
<i:Interaction.Triggers>
|
||||
<i:EventTrigger EventName="MouseLeftButtonDown">
|
||||
<cmd:EventToCommand Command="{Binding ShowSelectFriendCommand}" />
|
||||
</i:EventTrigger>
|
||||
</i:Interaction.Triggers>
|
||||
</Rectangle>
|
||||
</Grid>
|
||||
|
||||
<toolkit:PerformanceProgressBar HorizontalAlignment="Left"
|
||||
|
||||
Reference in New Issue
Block a user