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 d256c63ba7
commit 7a1a0c0c51
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;