From 90700a14bd0de16f67be1acde758104be22863cb Mon Sep 17 00:00:00 2001 From: Giom Foret Date: Mon, 14 Aug 2017 13:13:43 +0200 Subject: [PATCH] Dark Theme - Improvement Recents Cell drag&drop: force the background color of the dragged cell. --- Riot/ViewController/RecentsViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/ViewController/RecentsViewController.m b/Riot/ViewController/RecentsViewController.m index 802027c79..0af833690 100644 --- a/Riot/ViewController/RecentsViewController.m +++ b/Riot/ViewController/RecentsViewController.m @@ -1336,6 +1336,7 @@ if (indexPath && [recentsDataSource isDraggableCellAt:indexPath]) { UITableViewCell *cell = [self.recentsTableView cellForRowAtIndexPath:indexPath]; + cell.backgroundColor = kRiotPrimaryBgColor; // snapshot the cell UIGraphicsBeginImageContextWithOptions(cell.bounds.size, NO, 0);