Browse Source

use correct exception

AndyScherzinger 6 years ago
parent
commit
5195badfd1

+ 1 - 1
src/main/java/com/owncloud/android/datamodel/FileDataStorageManager.java

@@ -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;
         try {
             if (getContentResolver() != null) {