mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
fixed null check
This commit is contained in:
parent
29002e5a24
commit
a634be95ca
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class FileOperationsHelper {
|
|||
}
|
||||
}
|
||||
|
||||
if (br != null) {
|
||||
if (fr != null) {
|
||||
try {
|
||||
fr.close();
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Reference in a new issue