Skip to content

Commit 78f84e7

Browse files
hotfix for unintended downloading in details screen
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
1 parent c1b1158 commit 78f84e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudApp/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ class FileDisplayActivity : FileActivity(),
447447
}
448448

449449
else -> {
450-
FileDetailsFragment.newInstance(file, account)
450+
FileDetailsFragment.newInstance(file, account,false)
451451
}
452452
}
453453
}

0 commit comments

Comments
 (0)