chore: Stop any listener before starting new ones

This commit is contained in:
Andres Pineda 2021-07-06 11:41:18 -04:00
Родитель 41d30a1e81
Коммит 1c89abf8d0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,9 @@ namespace Uno.UI
{
if (view?.WindowToken != null)
{
// making sure to stop before starting new ones.
Stop();
_adjustResizeLayoutProvider.Start(view);
_adjustNothingLayoutProvider.Start(view);
}