mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
Revert the name fix wich was corrupting the database
This commit is contained in:
parent
f2d05a3554
commit
49daadefba
2 changed files with 2 additions and 1 deletions
|
@ -1525,6 +1525,7 @@ public class FileDataStorageManager {
|
|||
getContentResolver().applyBatch(MainApp.getAuthority(), operations);
|
||||
|
||||
} else {
|
||||
|
||||
getContentProviderClient().applyBatch(operations);
|
||||
}
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ public class ProviderMeta {
|
|||
public static final String OCSHARES_FILE_SOURCE = "file_source";
|
||||
public static final String OCSHARES_ITEM_SOURCE = "item_source";
|
||||
public static final String OCSHARES_SHARE_TYPE = "share_type";
|
||||
public static final String OCSHARES_SHARE_WITH = "share_with";
|
||||
public static final String OCSHARES_SHARE_WITH = "shate_with";
|
||||
public static final String OCSHARES_PATH = "path";
|
||||
public static final String OCSHARES_PERMISSIONS = "permissions";
|
||||
public static final String OCSHARES_SHARED_DATE = "shared_date";
|
||||
|
|
Loading…
Reference in a new issue