Files icon indicating copy to clipboard operation
Files copied to clipboard

Fixed: Option to Leave Compact Overlay Fails

Open ferrariofilippo opened this issue 3 years ago • 0 comments

Resolved / Related Issues Items resolved / related issues by this PR.

  • Closes #9928

Changes

  • Removed unused methods in InnerNavigationToolbar.caml.cs (NavToolbarEnterCompactOverlay_Click() and SetAppBarButtonProps())
  • Changed Setter of IsWindowCompactOverlay (MainPageViewModel.cs) as the existing one was not affecting the backing DependencyProperty
  • Fixed logic-error in SetCompactOverlay() (MainPage.xaml.cs) line@ 508 and 513

Validation How did you test these changes?

  • [x] Built and ran the app

ferrariofilippo avatar Sep 20 '22 18:09 ferrariofilippo