Skip to content

Commit

Permalink
Updates Anyline SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Nov 18, 2021
1 parent ef2ea35 commit 621f193
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Anyline Windows UWP Examples/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected async override void OnNavigatedTo(NavigationEventArgs e)
await Task.Run(() =>
{
AnylineLoader.Load();
Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () => LoadingView.Visibility = Visibility.Collapsed);
_ = Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () => LoadingView.Visibility = Visibility.Collapsed);
});
}
}
Expand Down
4 changes: 2 additions & 2 deletions Anyline.SDK.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions Anyline.dll
Git LFS file not shown
Binary file modified Anyline.winmd
Binary file not shown.

0 comments on commit 621f193

Please sign in to comment.