HomoArk / Homogram

Homogram is a 3rd-party Telegram client for HarmonyOS 5, driven by ArkTS/ArkUI (UI-layer) and Rust (native-layer).
Apache License 2.0
54 stars 5 forks source link

Fix crash after re-opening from a long period of background status #9

Open xymeng16 opened 1 week ago

xymeng16 commented 1 week ago

After re-opening from a long period of background status, sometimes it will result a cppcrash. But the crash log does not indicate any certain line that issues this error.

A guess: something wrong in the async runtime is to blame.