Skip to content

Commit

Permalink
Revert "Add super call in FLEView reshape (flutter#8335)"
Browse files Browse the repository at this point in the history
This reverts commit 17c1497.
  • Loading branch information
RBogie authored Apr 8, 2019
1 parent 47d306c commit cfc2891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/platform/darwin/macos/framework/Source/FLEView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ - (BOOL)isOpaque {
}

- (void)reshape {
[super reshape];
[_reshapeListener viewDidReshape:self];
}

Expand Down

0 comments on commit cfc2891

Please sign in to comment.