We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ab52d commit ae53bdeCopy full SHA for ae53bde
shell/platform/tizen/channels/platform_view_channel.cc
@@ -220,7 +220,7 @@ void PlatformViewChannel::HandleMethodCall(
220
double width = ExtractDoubleFromMap(arguments, "width");
221
double height = ExtractDoubleFromMap(arguments, "height");
222
it->second->Resize(width, height);
223
- result->NotImplemented();
+ result->Success();
224
} else if (method == "touch") {
225
int type, button;
226
double x, y, dx, dy;
0 commit comments