mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
app: bugfix emoji_picker stop() missing clearing old textures when app closed on android.
This commit is contained in:
@@ -265,8 +265,7 @@ impl UIObject for EmojiPicker {
|
||||
|
||||
fn stop(&self) {
|
||||
self.tasks.lock().clear();
|
||||
// TODO: Figure out how to call async clear from sync context
|
||||
// self.emoji_meshes.lock().await.clear();
|
||||
self.emoji_meshes.lock().clear();
|
||||
}
|
||||
|
||||
#[instrument(target = "ui::emoji_picker")]
|
||||
|
||||
Reference in New Issue
Block a user