Merge pull request #2363 from vector-im/riot_2294

BF: +N read receipt text is invisible on dark theme
This commit is contained in:
SBiOSoftWhare
2019-04-10 17:48:53 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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:)];