mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 22:23:35 +00:00
SG-396 Fix tappable area after hiding account switching (#1956)
This commit is contained in:
committed by
GitHub
parent
7c311fbb55
commit
b2500557e7
@@ -65,6 +65,8 @@ namespace Bit.App.Controls
|
||||
|
||||
public bool LongPressAccountEnabled { get; set; } = true;
|
||||
|
||||
public Action AfterHide { get; set; }
|
||||
|
||||
public async Task ToggleVisibilityAsync()
|
||||
{
|
||||
if (IsVisible)
|
||||
@@ -137,6 +139,8 @@ namespace Bit.App.Controls
|
||||
|
||||
// remove overlay
|
||||
IsVisible = false;
|
||||
|
||||
AfterHide?.Invoke();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user