mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
further formatting issues
This commit is contained in:
parent
97dc860ece
commit
52cd77e1b6
1 changed files with 2 additions and 1 deletions
|
@ -748,7 +748,8 @@ public class FileDataStorageManager {
|
|||
do {
|
||||
ContentValues cv = new ContentValues();
|
||||
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)) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue