Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
GTK: fix shapes rendering during navigation edge case
Browse files Browse the repository at this point in the history
Fixes #15170
  • Loading branch information
aarani authored and knocte committed Feb 19, 2022
1 parent d992645 commit 750fed3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ private async Task RemovePageAsync(Page page, bool removeFromStack, bool animate
{
var oldPageRenderer = Platform.GetRenderer(oldPage);
oldPageRenderer.Container.Sensitive = true;
oldPageRenderer.Container.ShowAll();
}

(page as IPageController)?.SendDisappearing();
Expand Down

0 comments on commit 750fed3

Please sign in to comment.