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 jfversluis committed Mar 29, 2022
1 parent aeec186 commit e76eadb
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 e76eadb

Please sign in to comment.