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 (#15171)
Browse files Browse the repository at this point in the history
Fixes #15170

Co-authored-by: Afshin Arani <afshin@arani.dev>
  • Loading branch information
knocte and aarani committed Mar 30, 2022
1 parent b9781ec commit 7efdd2d
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 7efdd2d

Please sign in to comment.