mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +03:00
use correct exception
This commit is contained in:
parent
fb4b9a932f
commit
5195badfd1
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ public class FileDataStorageManager {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void migrateStoredFiles(String srcPath, String dstPath) throws Exception {
|
public void migrateStoredFiles(String srcPath, String dstPath) throws RemoteException {
|
||||||
Cursor cursor;
|
Cursor cursor;
|
||||||
try {
|
try {
|
||||||
if (getContentResolver() != null) {
|
if (getContentResolver() != null) {
|
||||||
|
|
Loading…
Reference in a new issue