File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
owncloudApp/src/main/java/com/owncloud/android/ui/activity Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ();
You can’t perform that action at this time.
0 commit comments