Skip to content

Commit

Permalink
Moved snack bar notification to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Timthreetwelve committed Nov 19, 2023
1 parent 35dcb14 commit c299ab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion GetMyIP/Helpers/RefreshHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public static void StartRefresh()
{
StopTimer();
}
SnackBarMsg.ClearAndQueueMessage(GetStringResource("MsgText_Refreshed"));
}
#endregion Start/Stop refresh timer
}
1 change: 1 addition & 0 deletions GetMyIP/ViewModels/SettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public static void UpdateRefresh()
RefreshHelpers.StopTimer();
Task.Delay(50).Wait();
RefreshHelpers.StartTimer();
SnackBarMsg.ClearAndQueueMessage(GetStringResource("MsgText_Refreshed"));
}
}
#endregion Relay Commands
Expand Down

0 comments on commit c299ab6

Please sign in to comment.