1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

PM-6301 Removed IsRefreshing=true in RefreshAsync as it can trigger the RefreshView to trigger the RefreshView command again (#3026)

This commit is contained in:
Dinis Vieira
2024-02-26 17:28:18 +00:00
committed by GitHub
parent 2f3cded9c5
commit 8584bbaecc

View File

@@ -66,7 +66,6 @@ namespace Bit.App.Pages
{
try
{
IsRefreshing = true;
LoginRequests.ReplaceRange(await _authService.GetActivePasswordlessLoginRequestsAsync());
}
catch (Exception ex)