Skip to content

Commit

Permalink
Fixes Snackbar and Toast on iOS release builds (#1767)
Browse files Browse the repository at this point in the history
* Fixes  Snackbar and Toast on iOS release builds

* Revert breaking change to the public api

---------

Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
  • Loading branch information
mjo151 and TheCodeTraveler authored Apr 4, 2024
1 parent 75d1fd9 commit a6e0b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void Initialize()
TranslatesAutoresizingMaskIntoConstraints = false
};

foreach (var view in Children)
foreach (var view in children)
{
Container.AddArrangedSubview(view);
}
Expand Down

0 comments on commit a6e0b59

Please sign in to comment.