further formatting issues

This commit is contained in:
AndyScherzinger 2016-11-03 16:46:05 +01:00
parent 97dc860ece
commit 52cd77e1b6
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -748,7 +748,8 @@ public class FileDataStorageManager {
do { do {
ContentValues cv = new ContentValues(); ContentValues cv = new ContentValues();
long fileId = cursor.getLong(cursor.getColumnIndex(ProviderTableMeta._ID)); long fileId = cursor.getLong(cursor.getColumnIndex(ProviderTableMeta._ID));
String oldFileStoragePath = cursor.getString(cursor.getColumnIndex(ProviderTableMeta.FILE_STORAGE_PATH)); String oldFileStoragePath =
cursor.getString(cursor.getColumnIndex(ProviderTableMeta.FILE_STORAGE_PATH));
if (oldFileStoragePath.startsWith(srcPath)) { if (oldFileStoragePath.startsWith(srcPath)) {