mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
PM-6209 Removed MAUI label from environment and about pages (#2990)
This commit is contained in:
parent
3c96ae2220
commit
4e50f1697d
2 changed files with 1 additions and 6 deletions
|
@ -21,10 +21,6 @@
|
||||||
<ScrollView>
|
<ScrollView>
|
||||||
<StackLayout Spacing="20">
|
<StackLayout Spacing="20">
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<StackLayout StyleClass="box-row-header">
|
|
||||||
<Label Text="MAUI APP"
|
|
||||||
StyleClass="box-header, box-header-platform" />
|
|
||||||
</StackLayout>
|
|
||||||
<StackLayout StyleClass="box-row-header">
|
<StackLayout StyleClass="box-row-header">
|
||||||
<Label Text="{u:I18n SelfHostedEnvironment, Header=True}"
|
<Label Text="{u:I18n SelfHostedEnvironment, Header=True}"
|
||||||
StyleClass="box-header, box-header-platform" />
|
StyleClass="box-header, box-header-platform" />
|
||||||
|
|
|
@ -68,8 +68,7 @@ namespace Bit.App.Pages
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
// TODO: REMOVE WHEN MERGED INTO MAIN BRANCH
|
var appInfo = string.Format("{0}: {1} ({2})",
|
||||||
var appInfo = string.Format("MAUI {0}: {1} ({2})",
|
|
||||||
AppResources.Version,
|
AppResources.Version,
|
||||||
_platformUtilsService.GetApplicationVersion(),
|
_platformUtilsService.GetApplicationVersion(),
|
||||||
_deviceActionService.GetBuildNumber());
|
_deviceActionService.GetBuildNumber());
|
||||||
|
|
Loading…
Reference in a new issue