mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix empty admin event log display.
This commit is contained in:
parent
91dcfff423
commit
6f90dc2374
1 changed files with 2 additions and 0 deletions
|
@ -449,9 +449,11 @@ void InnerWidget::preloadMore(Direction direction) {
|
||||||
} else {
|
} else {
|
||||||
loadedFlag = true;
|
loadedFlag = true;
|
||||||
}
|
}
|
||||||
|
update();
|
||||||
}).fail([this, &requestId, &loadedFlag](const RPCError &error) {
|
}).fail([this, &requestId, &loadedFlag](const RPCError &error) {
|
||||||
requestId = 0;
|
requestId = 0;
|
||||||
loadedFlag = true;
|
loadedFlag = true;
|
||||||
|
update();
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue