mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
PS-70 removed update to premium uri launch
This commit is contained in:
@@ -222,11 +222,7 @@
|
|||||||
StyleClass="box-footer-label"
|
StyleClass="box-footer-label"
|
||||||
IsVisible="{Binding CanAccessPremium , Converter={StaticResource inverseBool}}"
|
IsVisible="{Binding CanAccessPremium , Converter={StaticResource inverseBool}}"
|
||||||
Margin="0,5"
|
Margin="0,5"
|
||||||
HorizontalOptions="StartAndExpand">
|
HorizontalOptions="StartAndExpand"/>
|
||||||
<Label.GestureRecognizers>
|
|
||||||
<TapGestureRecognizer Tapped="UpgradeToPremiumTotp_Tapped" />
|
|
||||||
</Label.GestureRecognizers>
|
|
||||||
</Label>
|
|
||||||
<BoxView StyleClass="box-row-separator" IsVisible="{Binding ShowTotp}" />
|
<BoxView StyleClass="box-row-separator" IsVisible="{Binding ShowTotp}" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout IsVisible="{Binding IsCard}" Spacing="0" Padding="0">
|
<StackLayout IsVisible="{Binding IsCard}" Spacing="0" Padding="0">
|
||||||
|
|||||||
@@ -323,10 +323,5 @@ namespace Bit.App.Pages
|
|||||||
ToolbarItems.Insert(1, _editItem);
|
ToolbarItems.Insert(1, _editItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void UpgradeToPremiumTotp_Tapped(object sender, System.EventArgs e)
|
|
||||||
{
|
|
||||||
_vm.LaunchGetPremiumMembershipURI();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -732,11 +732,6 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
return _passwordReprompted = await _passwordRepromptService.ShowPasswordPromptAsync();
|
return _passwordReprompted = await _passwordRepromptService.ShowPasswordPromptAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void LaunchGetPremiumMembershipURI()
|
|
||||||
{
|
|
||||||
_platformUtilsService.LaunchUri("https://bitwarden.com/pricing/");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ViewPageFieldViewModel : ExtendedViewModel
|
public class ViewPageFieldViewModel : ExtendedViewModel
|
||||||
|
|||||||
Reference in New Issue
Block a user