mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
recents_category_drag_drop
remove the debug background color.
This commit is contained in:
@@ -261,8 +261,8 @@
|
||||
}
|
||||
|
||||
self.movingCellBackGroundView.frame = self.movingCellBackGroundView.frame;
|
||||
cell.contentView.backgroundColor = [UIColor greenColor];
|
||||
cell.backgroundColor = [UIColor redColor];
|
||||
cell.contentView.backgroundColor = [UIColor clearColor];
|
||||
cell.backgroundColor = [UIColor clearColor];
|
||||
|
||||
return cell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user