File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ protected virtual void BaseFolderSettings_LayoutModeChangeRequested(object sende
391
391
// Remove old layout from back stack
392
392
ParentShellPageInstance . RemoveLastPageFromBackStack ( ) ;
393
393
}
394
+ ParentShellPageInstance . FilesystemViewModel . UpdateEmptyTextType ( ) ;
394
395
}
395
396
}
396
397
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ await CoreApplication.MainView.DispatcherQueue.EnqueueAsync(() =>
510
510
511
511
private bool IsSearchResults { get ; set ; }
512
512
513
- private void UpdateEmptyTextType ( )
513
+ public void UpdateEmptyTextType ( )
514
514
{
515
515
EmptyTextType = FilesAndFolders . Count == 0 ? ( IsSearchResults ? EmptyTextType . NoSearchResultsFound : EmptyTextType . FolderEmpty ) : EmptyTextType . None ;
516
516
}
You can’t perform that action at this time.
0 commit comments