mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Improve the status of send messages (sending, sent, received, failed)
- tweaks and new L&F for download progress
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user