Skip to content

Commit

Permalink
Clean up - Feeds vm | clearing up all the unnecessary async tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Jan 22, 2025
1 parent 08ce7aa commit da14c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/ViewModels/FeedsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ private void RefreshFirstFeed()
/// <summary>
/// Update the feeds list
/// </summary>
private async Task UpdateFeeds()
private void UpdateFeeds()
{
if (!_dataLoaded) return;
if (_feeds == null /*|| _selectedFeed ==null*/)
Expand Down

0 comments on commit da14c3a

Please sign in to comment.