Skip to content

Commit

Permalink
Merge pull request #1219 from Infomaniak/root-id-disabled-root
Browse files Browse the repository at this point in the history
ROOT_ID would already be disabled because we can't create files in it
  • Loading branch information
KevinBoulongne authored Feb 23, 2024
2 parents c258327 + a43136c commit d6d43fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class SyncSettingsActivity : BaseActivity() {
userId = selectDriveViewModel.selectedUserId.value!!,
driveId = selectDriveViewModel.selectedDrive.value?.id!!,
folderId = syncSettingsViewModel.syncFolder.value ?: -1,
disabledFolderId = Utils.ROOT_ID,
).toBundle()
)
selectFolderResultLauncher.launch(this)
Expand Down

0 comments on commit d6d43fd

Please sign in to comment.