Display empty feed placeholder.

This commit is contained in:
John Preston
2018-02-05 23:19:51 +03:00
parent e102cb1469
commit 6726826c17
11 changed files with 102 additions and 8 deletions
@@ -237,6 +237,9 @@ bool SparseIdsSliceBuilder::removeOne(MsgId messageId) {
changed = true;
}
}
if (changed) {
checkInsufficient();
}
return changed;
}