mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-07 00:17:43 +02:00
Merge pull request #2363 from vector-im/riot_2294
BF: +N read receipt text is invisible on dark theme
This commit is contained in:
@@ -13,6 +13,7 @@ Improvements:
|
||||
Bug fix:
|
||||
* Share extension: Fix a crash when receive a memory warning (PR #2352).
|
||||
* Upgraded rooms show up in the share extension twice (#2293).
|
||||
* +N read receipt text is invisible on dark theme (#2294).
|
||||
|
||||
Changes in 0.8.4 (2019-03-21)
|
||||
===============================================
|
||||
|
||||
@@ -314,6 +314,8 @@
|
||||
// Set the container tag to be able to retrieve read receipts container from component index (see component selection in MXKRoomBubbleTableViewCell (Vector) category).
|
||||
avatarsContainer.tag = index;
|
||||
|
||||
avatarsContainer.moreLabelTextColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
|
||||
[avatarsContainer refreshReceiptSenders:roomMembers withPlaceHolders:placeholders andAlignment:ReadReceiptAlignmentRight];
|
||||
avatarsContainer.readReceipts = receipts;
|
||||
UITapGestureRecognizer *tapRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:cell action:@selector(onReceiptContainerTap:)];
|
||||
|
||||
Reference in New Issue
Block a user