You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FlashMessageStringSerializeer, crashes if no title (or action ) provided
model.Actions.Add(new FlashMessageAction
{
Title = reader.ReadString(),
Action = reader.ReadString()
});
The text was updated successfully, but these errors were encountered:
In FlashMessageStringSerializeer, crashes if no title (or action ) provided
model.Actions.Add(new FlashMessageAction
{
Title = reader.ReadString(),
Action = reader.ReadString()
});
The text was updated successfully, but these errors were encountered: