Skip to content

Commit 639cc14

Browse files
committed
fix: sync spaces root before displaying the file list when a file is shared from a third-party app
1 parent 8eecac9 commit 639cc14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owncloudApp/src/main/java/com/owncloud/android/ui/activity/ReceiveExternalFilesActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Jorge Aguado Recio
1414
*
1515
* Copyright (C) 2012 Bartek Przybylski
16-
* Copyright (C) 2024 ownCloud GmbH.
16+
* Copyright (C) 2025 ownCloud GmbH.
1717
* <p>
1818
* This program is free software: you can redistribute it and/or modify
1919
* it under the terms of the GNU General Public License version 2,
@@ -250,6 +250,7 @@ private void subscribeToViewModels() {
250250
OCFile rootSpaceFolder = bundle.getParcelable(SpacesListFragment.BUNDLE_KEY_CLICK_SPACE);
251251
mFile = rootSpaceFolder;
252252
currentSpaceId = mFile.getSpaceId();
253+
startSyncFolderOperation(mFile);
253254
showListOfFiles();
254255
updateDirectoryList();
255256
showRetainerFragment();

0 commit comments

Comments
 (0)