Skip to content

Commit ea9c232

Browse files
authored
Fix an invalid engine handle error (#282)
* To send something to the engine, the engine must be running. * FlutterTizenView::SendInitialGeometry is used to send the geometry after running the engine Signed-off-by: Boram Bae <[email protected]>
1 parent 6ac2e23 commit ea9c232

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shell/platform/tizen/flutter_tizen_view.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ void FlutterTizenView::SetEngine(std::unique_ptr<FlutterTizenEngine> engine) {
6363
text_input_channel_ = std::make_unique<TextInputChannel>(
6464
internal_plugin_registrar_->messenger(),
6565
std::make_unique<TizenInputMethodContext>(window_.get()));
66-
67-
OnRotate(window_->GetRotation());
6866
}
6967

7068
void FlutterTizenView::CreateRenderSurface() {

0 commit comments

Comments
 (0)