Commit f29b6429 authored by 余玠's avatar 余玠

add comment

parent 064ebdf6
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
- (void)viewDidAppear:(BOOL)animated{ - (void)viewDidAppear:(BOOL)animated{
[super viewDidAppear:animated]; [super viewDidAppear:animated];
//注意这行代码不可缺少
[self.flutterContainer.view setNeedsLayout]; [self.flutterContainer.view setNeedsLayout];
// [self.flutterContainer.view layoutIfNeeded]; // [self.flutterContainer.view layoutIfNeeded];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment