AndyScherzinger 8 жил өмнө
parent
commit
a634be95ca

+ 1 - 1
src/com/owncloud/android/files/FileOperationsHelper.java

@@ -110,7 +110,7 @@ public class FileOperationsHelper {
                 }
             }
 
-            if (br != null) {
+            if (fr != null) {
                 try {
                     fr.close();
                 } catch (IOException e) {