Fix showing empty placeholders in chatlist
This commit is contained in:
parent
3fc26e0262
commit
b00f570caf
@ -817,6 +817,8 @@ export class AppDialogsManager {
|
||||
await Promise.all(loadPromises).finally();
|
||||
|
||||
callbacks.forEach(callback => callback());
|
||||
} else {
|
||||
this.onListLengthChange();
|
||||
}
|
||||
|
||||
const offsetDialog = result.dialogs[side === 'top' ? 0 : result.dialogs.length - 1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user