File tree Expand file tree Collapse file tree
owncloudApp/src/main/java/com/owncloud/android/presentation/files/filelist
owncloudData/src/main/java/com/owncloud/android/data/spaces/db Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class MainFileListViewModel(
6868 private val getSpaceWithSpecialsByIdForAccountUseCase : GetSpaceWithSpecialsByIdForAccountUseCase ,
6969 private val sortFilesWithSyncInfoUseCase : SortFilesWithSyncInfoUseCase ,
7070 private val synchronizeFolderUseCase : SynchronizeFolderUseCase ,
71- private val getSpacesFromEveryAccountUseCase : GetSpacesFromEveryAccountUseCase ,
71+ private val getSpacesFromEveryAccountUseCase : GetSpacesFromEveryAccountUseCase , // TODO: To be deleted when adding the space to the file entity
7272 private val coroutinesDispatcherProvider : CoroutinesDispatcherProvider ,
7373 private val sharedPreferencesProvider : SharedPreferencesProvider ,
7474 initialFolderToDisplay : OCFile ,
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ interface SpacesDao {
126126 fun deleteSpaceForAccountById (accountName : String , spaceId : String )
127127
128128 companion object {
129+ // TODO: Shares space (last OR) to be deleted from this query when adding the space to the file entity
129130 private const val SELECT_ALL_SPACES = """
130131 SELECT *
131132 FROM ${ProviderMeta .ProviderTableMeta .SPACES_TABLE_NAME }
You can’t perform that action at this time.
0 commit comments