Improve the status of send messages (sending, sent, received, failed)

- tweaks and new L&F for download progress
This commit is contained in:
Gil Eluard
2021-02-25 11:07:21 +01:00
parent 36cb9c49d5
commit 44f1e827cd
8 changed files with 97 additions and 133 deletions
@@ -1093,6 +1093,7 @@
CircleProgressView *progressView = [[CircleProgressView alloc] initWithFrame:CGRectMake(24, 24, 16, 16)];
progressView.lineColor = ThemeService.shared.theme.messageTickColor;
[progressContentView addSubview:progressView];
cell.progressChartView = progressView;
tickView = progressContentView;