mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
lazy decrypt password and username for vault listing. dynamically show copy and url launch options if provided.
This commit is contained in:
@@ -61,9 +61,11 @@ namespace Bit.App.Models.Page
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(Uri)));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(UriHost)));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(ShowUri)));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(ShowLaunch)));
|
||||
}
|
||||
}
|
||||
public bool ShowUri => !string.IsNullOrWhiteSpace(Uri);
|
||||
public bool ShowLaunch => Uri.StartsWith("http://") || Uri.StartsWith("https://");
|
||||
|
||||
public string UriHost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user