Merge "onMove in CachedCursor shouldn't call the underlying cursor's method"
This commit is contained in:
commit
6629f6b67c
@ -396,7 +396,7 @@ public final class ContentCache {
|
||||
|
||||
@Override
|
||||
public boolean onMove(int oldPosition, int newPosition) {
|
||||
return ((CrossProcessCursor)mCursor).onMove(oldPosition, newPosition);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user