feat(Localization) Adding localization text. Fixing bugs in toasts

This commit is contained in:
2022-04-10 19:15:41 -04:00
parent 4322be0053
commit 81659a9f84
29 changed files with 287 additions and 122 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ public class ToastService : IToastService
public void AddToast(ToastModel toast)
{
toasts.Add(toast);
toasts.Insert(0, toast);
NotifyDataChanged();
}