diff --git a/shell/platform/tizen/touch_event_handler.cc b/shell/platform/tizen/touch_event_handler.cc index e919566c463ae..117cd9a209b84 100644 --- a/shell/platform/tizen/touch_event_handler.cc +++ b/shell/platform/tizen/touch_event_handler.cc @@ -65,7 +65,7 @@ void TouchEventHandler::SendFlutterPointerEvent(FlutterPointerPhase phase, } event.scroll_delta_x = scroll_delta_x; event.scroll_delta_y = scroll_delta_y; - event.timestamp = timestamp / 1000; + event.timestamp = timestamp * 1000; FlutterEngineSendPointerEvent(engine_->flutter_engine, &event, 1); }