Skip to content

Commit 9a0deac

Browse files
authored
Modify platform view channel interface (#293)
* platform view should return the result of performing the resize. Signed-off-by: MuHong Byun <[email protected]>
1 parent ce3bd39 commit 9a0deac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/tizen/channels/platform_view_channel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void PlatformViewChannel::OnResize(
230230
}
231231
view->Resize(*width, *height);
232232

233-
result->Success();
233+
result->Success(*arguments);
234234
}
235235

236236
void PlatformViewChannel::OnTouch(

0 commit comments

Comments
 (0)