Commit 167f18c6 authored by 余玠's avatar 余玠

fix typo error

parent ad1697d8
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
NSString *newName = args[@"newName"]; NSString *newName = args[@"newName"];
NSString *uid = args[@"uniqueId"]; NSString *uid = args[@"uniqueId"];
if(newName){ if(newName){
[[FlutterBoostPlugin2 sharedInstance].application onShownContainerChanged:uid params:args]; [[FlutterBoostPlugin sharedInstance].application onShownContainerChanged:uid params:args];
[NSNotificationCenter.defaultCenter postNotificationName:@"flutter_boost_container_showed" [NSNotificationCenter.defaultCenter postNotificationName:@"flutter_boost_container_showed"
object:newName]; object:newName];
} }
......
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