mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
correct launch icon
This commit is contained in:
parent
e9d54d9cf5
commit
04bd6b49ad
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
Grid.Column="0" />
|
Grid.Column="0" />
|
||||||
<controls:FaButton
|
<controls:FaButton
|
||||||
StyleClass="box-row-button, box-row-button-platform"
|
StyleClass="box-row-button, box-row-button-platform"
|
||||||
Text=""
|
Text=""
|
||||||
Command="{Binding BindingContext.LaunchUriCommand, Source={x:Reference _page}}"
|
Command="{Binding BindingContext.LaunchUriCommand, Source={x:Reference _page}}"
|
||||||
CommandParameter="{Binding .}"
|
CommandParameter="{Binding .}"
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
|
|
Loading…
Reference in a new issue