Closed Fusioon closed 2 months ago
Yes i'm sure it's what i want, the problem is that after the deletion of the recents item the other items are not repositioned and it ends up looking like this:
But your question made me think about it a bit more and i opted for another solution :)
Have you verified that
mRecentsParent.mParent?.RehupSize();
is an acceptable substitution formRecentsParent.RehupSize();
? Those are not equivalent in functionality. You sure we don't just need aif (mRecentsParent.mParent != null)
check?