File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ private async void DeviceWatcher_EnumerationCompleted(DeviceWatcher sender, obje
87
87
{
88
88
try
89
89
{
90
- await CoreApplication . MainView . CoreWindow . Dispatcher . RunAsync ( CoreDispatcherPriority . Low , ( ) =>
90
+ await CoreApplication . MainView . CoreWindow . Dispatcher . RunAsync ( CoreDispatcherPriority . Normal , ( ) =>
91
91
{
92
92
if ( MainPage . SideBarItems . FirstOrDefault ( x => x is HeaderTextItem && x . Text == "SidebarDrives" . GetLocalized ( ) ) == null )
93
93
{
@@ -127,7 +127,7 @@ await CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync(CoreDispatcherPrio
127
127
128
128
private async void MainView_Activated ( CoreApplicationView sender , Windows . ApplicationModel . Activation . IActivatedEventArgs args )
129
129
{
130
- await CoreApplication . MainView . CoreWindow . Dispatcher . RunAsync ( CoreDispatcherPriority . Low , ( ) =>
130
+ await CoreApplication . MainView . CoreWindow . Dispatcher . RunAsync ( CoreDispatcherPriority . Normal , ( ) =>
131
131
{
132
132
if ( MainPage . SideBarItems . FirstOrDefault ( x => x is HeaderTextItem && x . Text == "SidebarDrives" . GetLocalized ( ) ) == null )
133
133
{
You can’t perform that action at this time.
0 commit comments