sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

touch-input: fix app crashes on any touch input #371

Closed HidenoriMatsubayashi closed 10 months ago

HidenoriMatsubayashi commented 10 months ago

This change adds a touch pointer state check and increase device id from touch inputs to fix https://github.com/sony/flutter-elinux/issues/126.

[FATAL:flutter/lib/ui/window/pointer_data_packet_converter.cc(72)] Check failed: states_.find(pointer_data.device) == states_.end().