mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix couple of possible crashes.
This commit is contained in:
@@ -210,7 +210,7 @@ void EmojiButton::setLoading(bool loading) {
|
||||
}
|
||||
if (loading) {
|
||||
_loading->start();
|
||||
} else {
|
||||
} else if (_loading) {
|
||||
_loading->stop();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user