chore: Stop any listener before starting new ones
This commit is contained in:
Родитель
41d30a1e81
Коммит
1c89abf8d0
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче