[video_player] Fix a typo (#27)
This commit is contained in:
committed by
GitHub
parent
385d322fca
commit
d3534dc5c4
@@ -67,7 +67,7 @@ class CreateMessage {
|
||||
flutter::EncodableValue& packageName =
|
||||
map[flutter::EncodableValue("packageName")];
|
||||
if (std::holds_alternative<std::string>(packageName)) {
|
||||
message.SetPackageName(std::get<std::string>(uri));
|
||||
message.SetPackageName(std::get<std::string>(packageName));
|
||||
}
|
||||
|
||||
flutter::EncodableValue& formatHint =
|
||||
|
||||
Reference in New Issue
Block a user