Skip to content

Commit

Permalink
fix: assign message to platform message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuszy authored Sep 28, 2024
1 parent e6df12c commit 01833dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flutter-pi.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ static int on_send_platform_message(void *userdata) {
message.channel = msg->target_channel;
message.message_size = msg->message_size;
message.response_handle = msg->response_handle;
message.message = msg->message;

result = flutterpi->flutter.procs.SendPlatformMessage(flutterpi->flutter.engine, &message);
}
Expand Down

0 comments on commit 01833dc

Please sign in to comment.