You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce TizenViewEventHandlerDelegate and rework FlutterDesktopViewResize (#309)
* `TizenViewEventHandlerDelegate` only provides a limited interface for delegating event handling.
* `FlutterDesktopViewResize` should work on all types of views.
* Implementations of `TizenViewBase::SetGeometry` only manipulate top-level raw object such as window, container.
other components in the view are manipulated on a resize callback.
* window channel use `SetGeometry` normally.
Signed-off-by: Boram Bae <[email protected]>
0 commit comments