feat(Localization) Adding localization text. Fixing bugs in toasts
This commit is contained in:
@@ -33,7 +33,8 @@ public class ToastService : IToastService
|
||||
|
||||
public void AddToast(ToastModel toast)
|
||||
{
|
||||
toasts.Add(toast);
|
||||
toasts.Insert(0, toast);
|
||||
|
||||
NotifyDataChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user