You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThemeListener doesn't work in the Windows App SDK at the moment, so thinking we should remove it for now until it's supported in the WASDK?
In either case, we should refactor to remove the call to EnqueueAsync for the DispatcherQueue Extensions so we don't need the Helper package to depend on the Extensions package. I think that's the only call there:
Seems to be the only use of the Extensions I believe in this project. (which also means the Collections package is pulling them in as they depend on the Helpers)
The text was updated successfully, but these errors were encountered:
Again: could it be that something is blocking the basic functionality? (things like) Theme adaptation should be as native as possible and I am convinced there's no need for a complex solution.
ThemeListener
doesn't work in the Windows App SDK at the moment, so thinking we should remove it for now until it's supported in the WASDK?In either case, we should refactor to remove the call to
EnqueueAsync
for theDispatcherQueue
Extensions so we don't need the Helper package to depend on the Extensions package. I think that's the only call there:Windows/components/Helpers/src/ThemeListener.cs
Lines 110 to 123 in be4577e
Seems to be the only use of the Extensions I believe in this project. (which also means the Collections package is pulling them in as they depend on the Helpers)
The text was updated successfully, but these errors were encountered: