mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
remove see apps from ext page
This commit is contained in:
parent
f7cbddab4b
commit
be3c6f210d
3 changed files with 0 additions and 17 deletions
|
@ -84,10 +84,6 @@
|
|||
Margin="0, -10, 0, 0"
|
||||
WidthRequest="290"
|
||||
HeightRequest="252" />
|
||||
<Button Text="{u:I18n ExtensionSeeApps}"
|
||||
Clicked="SeeApps_Clicked"
|
||||
VerticalOptions="End"
|
||||
HorizontalOptions="Fill" />
|
||||
<Button Text="{u:I18n ExntesionReenable}"
|
||||
Clicked="Show_Clicked"
|
||||
VerticalOptions="End"
|
||||
|
|
|
@ -19,14 +19,6 @@ namespace Bit.App.Pages
|
|||
await _vm.InitAsync();
|
||||
}
|
||||
|
||||
private void SeeApps_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
if(DoOnce())
|
||||
{
|
||||
_vm.SeeApps();
|
||||
}
|
||||
}
|
||||
|
||||
private void Show_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
if(DoOnce())
|
||||
|
|
|
@ -58,11 +58,6 @@ namespace Bit.App.Pages
|
|||
Activated = activated.GetValueOrDefault();
|
||||
}
|
||||
|
||||
public void SeeApps()
|
||||
{
|
||||
_platformUtilsService.LaunchUri("https://bitwarden.com/ios/");
|
||||
}
|
||||
|
||||
public void ShowExtension()
|
||||
{
|
||||
_messagingService.Send("showAppExtension", this);
|
||||
|
|
Loading…
Reference in a new issue