Commit 7d13a65d authored by 朱璇's avatar 朱璇

Merge branch 'houchaoxin/dev' into 'master'

[bug]修复不能点击的问题

See merge request !31
parents 31ff795e aca8c368
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
} completion:^(BOOL finished) { } completion:^(BOOL finished) {
[self hideWithNoAnimation]; [self hideWithNoAnimation];
_controller = nil; _controller = nil;
[self removeFromSuperview];
}]; }];
} }
......
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