fix: emoji reload
This commit is contained in:
parent
7de32ff3c1
commit
4e7962c8d2
@ -671,6 +671,9 @@ public class EmojiHelper extends BaseRemoteHelper implements NotificationCenter.
|
||||
}
|
||||
|
||||
private void checkAccount() {
|
||||
if (Thread.currentThread() != ApplicationLoader.applicationHandler.getLooper().getThread()) {
|
||||
return;
|
||||
}
|
||||
if (currentAccount != UserConfig.selectedAccount) {
|
||||
NotificationCenter.getInstance(currentAccount).removeObserver(this, NotificationCenter.fileLoaded);
|
||||
NotificationCenter.getInstance(currentAccount).removeObserver(this, NotificationCenter.fileLoadProgressChanged);
|
||||
|
Loading…
Reference in New Issue
Block a user