Commit 863e83d3 authored by Luke's avatar Luke

删除无用代码

parent 9d562896
......@@ -213,11 +213,6 @@
- (void)onShownContainerChanged:(NSString *)uniqueId
params:(NSDictionary *)params{
NSString *oldName = params[@"oldName"];
NSString *newName = params[@"newName"];
if (oldName!=nil && [newName isEqualToString:@"default"]) {
[self.flutterProvider detach];
}
}
@end
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