Eeems-Org / oxide

A desktop environment for the reMarkable tablet
https://oxide.eeems.codes
MIT License
243 stars 21 forks source link

Updates to make system service threading more stable #316

Closed Eeems closed 1 year ago

Eeems commented 1 year ago

This moves all logic that updates the screen in the system service to the main thread. This should avoid any oddities where two threads are trying to update the screen at the same time.