flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

[Tizen] Temporarily fix unexpected partial repaint #362

Closed swift-kim closed 1 year ago

swift-kim commented 1 year ago

Always force full repaint when the populate_existing_damage callback is not provided.

Fixes the rendering issue mentioned in https://github.com/flutter-tizen/embedder/pull/21.