From 8584bbaecca4e60c1f146284b6f86848c6e9cde4 Mon Sep 17 00:00:00 2001 From: Dinis Vieira Date: Mon, 26 Feb 2024 17:28:18 +0000 Subject: [PATCH] PM-6301 Removed IsRefreshing=true in RefreshAsync as it can trigger the RefreshView to trigger the RefreshView command again (#3026) --- .../Pages/Settings/LoginPasswordlessRequestsListViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Pages/Settings/LoginPasswordlessRequestsListViewModel.cs b/src/Core/Pages/Settings/LoginPasswordlessRequestsListViewModel.cs index a738530e2..9912dac5a 100644 --- a/src/Core/Pages/Settings/LoginPasswordlessRequestsListViewModel.cs +++ b/src/Core/Pages/Settings/LoginPasswordlessRequestsListViewModel.cs @@ -66,7 +66,6 @@ namespace Bit.App.Pages { try { - IsRefreshing = true; LoginRequests.ReplaceRange(await _authService.GetActivePasswordlessLoginRequestsAsync()); } catch (Exception ex)