Skip to content

Commit

Permalink
revert?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed May 4, 2023
1 parent 8bd8a6e commit 3f2dbcd
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ internal Graphics.Rect GetFrameRelativeToFlyout(ShellRenderer shellRenderer, IVi

protected async Task OpenFlyout(ShellRenderer shellRenderer, TimeSpan? timeOut = null)
{
try {

var flyoutView = GetFlyoutPlatformView(shellRenderer);
var drawerLayout = GetDrawerLayout(shellRenderer);

Expand All @@ -413,11 +411,6 @@ void OnDrawerOpened(object sender, DrawerLayout.DrawerOpenedEventArgs e)
drawerLayout.DrawerOpened -= OnDrawerOpened;
taskCompletionSource.SetResult(true);
}

} catch (Exception ex) {
await shellRenderer.ToPlatform().ThrowScreenshot(MauiContext, ex);
}

}

protected async Task ScrollFlyoutToBottom(ShellRenderer shellRenderer)
Expand Down

0 comments on commit 3f2dbcd

Please sign in to comment.