Dark Theme - Improvement

Recents Cell drag&drop: force the background color of the dragged cell.
This commit is contained in:
Giom Foret 2017-08-14 13:13:43 +02:00
parent e4e9a2aa7c
commit 90700a14bd

View file

@ -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);