Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed Jan 10, 2024
1 parent 0f4d5d2 commit b8ec862
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -185,6 +185,7 @@ protected override bool DrawChild(Canvas canvas, AView child, long drawingTime)

if (!FlyoutFirstDrawPassFinished && _flyoutContent is not null)
{
// If the AndroidView property which is the DrawerLayout is initialized at this point, the Flyout first draw pass finished.
if (_flyoutContent?.AndroidView is not null)
FlyoutFirstDrawPassFinished = true;

Expand Down

0 comments on commit b8ec862

Please sign in to comment.