onMove in CachedCursor shouldn't call the underlying cursor's method
Bug: 5472277 Change-Id: Ida5a840d2d27941bb8b548a4d2d985b1082e93b6
This commit is contained in:
parent
3285fb3cfd
commit
a91f33b44b
@ -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