mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
BugFix: Sliding animation on recents entries can be quite stuttery #162
Recents refresh is now blocked when a recent cell is in editing mode.
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
There is a pending drag and drop cell.
|
||||
It defines its path of the source cell.
|
||||
*/
|
||||
@property (nonatomic, copy) NSIndexPath* hiddenCellIndexPath;
|
||||
@property (nonatomic) NSIndexPath* hiddenCellIndexPath;
|
||||
|
||||
/**
|
||||
There is a pending drag and drop cell.
|
||||
It defines its path of the destination cell.
|
||||
*/
|
||||
@property (nonatomic, copy) NSIndexPath* droppingCellIndexPath;
|
||||
@property (nonatomic) NSIndexPath* droppingCellIndexPath;
|
||||
|
||||
/**
|
||||
The movingCellBackgroundImage.
|
||||
|
||||
Reference in New Issue
Block a user