Separate Call/GroupCall delegates and Instance.

This commit is contained in:
John Preston
2021-04-22 20:05:17 +04:00
parent 6e34360f7e
commit c93ddf6aac
23 changed files with 422 additions and 262 deletions
+3 -1
View File
@@ -1107,7 +1107,9 @@ void PeerListContent::paintEvent(QPaintEvent *e) {
Painter p(this);
const auto clip = e->rect();
p.fillRect(clip, _st.item.button.textBg);
if (_mode != Mode::Custom) {
p.fillRect(clip, _st.item.button.textBg);
}
const auto repaintByStatusAfter = _repaintByStatus.remainingTime();
auto repaintAfterMin = repaintByStatusAfter;