AndyScherzinger 8 лет назад
Родитель
Сommit
a634be95ca
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/com/owncloud/android/files/FileOperationsHelper.java

+ 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) {