mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
vault page layout positioning
This commit is contained in:
@@ -24,10 +24,8 @@ namespace Bit.App.Models.Page
|
||||
{
|
||||
_name = value;
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(Name)));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(PageTitle)));
|
||||
}
|
||||
}
|
||||
public string PageTitle => Name ?? AppResources.SiteNoName;
|
||||
public string Username
|
||||
{
|
||||
get { return _username; }
|
||||
|
||||
Reference in New Issue
Block a user