Skip to content

Commit

Permalink
fix type in embedded views preview flag name (flutter#6767)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirh authored Nov 6, 2018
1 parent eec27fc commit 5006ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/darwin/ios/ios_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace shell {

// The name of the Info.plist flag to enable the embedded iOS views preview.
const char* const kEmbeddedViewsPreview = "io.flutter_embedded_views_preview";
const char* const kEmbeddedViewsPreview = "io.flutter.embedded_views_preview";

class IOSSurface {
public:
Expand Down

0 comments on commit 5006ce5

Please sign in to comment.