Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rotorgames committed Oct 19, 2021
1 parent 98f17d4 commit 54d9d73
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,11 @@ public override void ViewWillDisappear(bool animated)

public override void ViewDidLayoutSubviews()
{
if (_isDisposed) return;
if (_isDisposed)
return;

base.ViewDidLayoutSubviews();

this.UpdateSize();
}

Expand Down

0 comments on commit 54d9d73

Please sign in to comment.