mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Rebase master
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
d1d8c58c76
commit
fb3000e758
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ class PreviewMediaFragment : FileFragment(), OnTouchListener, Injectable {
|
|||
super.onCreate(savedInstanceState)
|
||||
|
||||
arguments?.let { bundle ->
|
||||
file.logFileSize(TAG)
|
||||
file = bundle.getParcelableArgument(FILE, OCFile::class.java)
|
||||
user = bundle.getParcelableArgument(USER, User::class.java)
|
||||
|
||||
|
|
Loading…
Reference in a new issue