Skip to content

Commit

Permalink
Fixed invalid call site of runWithEntrypointAndCallback (flutter#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Aug 9, 2018
1 parent 764884b commit e54bc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ - (void)runWithEntrypointAndLibraryUri:(NSString*)entrypoint libraryUri:(NSStrin
}

- (void)runWithEntrypoint:(NSString*)entrypoint {
[self runWithEntrypointAndCallback:entrypoint libraryUri:nil completion:nil];
[self runWithEntrypointAndLibraryUri:entrypoint libraryUri:nil];
}

#pragma mark - FlutterBinaryMessenger
Expand Down

0 comments on commit e54bc4e

Please sign in to comment.