зеркало из https://github.com/microsoft/MTC_AMP.git
remove left over code lin VisualStateTrigger
This commit is contained in:
Родитель
8a76b865ca
Коммит
de6eafe97a
|
@ -125,7 +125,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
<Version>5.2.3</Version>
|
||||
<Version>5.3.4</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="MvvmLight">
|
||||
<Version>5.3.0</Version>
|
||||
|
|
|
@ -43,7 +43,6 @@ namespace AMP.Views.Triggers
|
|||
|
||||
private async void Model_StateChanged(object model, VisualStateEventArgs args)
|
||||
{
|
||||
var me = model as VisualStateTrigger;
|
||||
var isActive = args.NewState.ToString().Equals(TargetState);
|
||||
Debug.WriteLine($"VisualStateTrigger {_guid}: target = {TargetState} new: {args.NewState.ToString()} result={isActive}");
|
||||
await this.Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.High, () =>
|
||||
|
|
Загрузка…
Ссылка в новой задаче