chore: Set VM as not reactive
This commit is contained in:
Родитель
662dcaed42
Коммит
e006d47d11
|
@ -2,10 +2,12 @@
|
|||
|
||||
|
||||
using System.Diagnostics;
|
||||
using Uno.Extensions.Reactive;
|
||||
using Uno.Extensions.Storage;
|
||||
|
||||
namespace Playground.ViewModels;
|
||||
|
||||
[ReactiveBindable(false)]
|
||||
public partial class AdHocViewModel:ObservableObject
|
||||
{
|
||||
private readonly IDispatcher _dispatcher;
|
||||
|
|
Загрузка…
Ссылка в новой задаче