mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Dark Theme - Improvement
Recents Cell drag&drop: force the background color of the dragged cell.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user