Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
circles-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Circles
circles-android
Commits
4b6fb201
Commit
4b6fb201
authored
1 year ago
by
Taras
Browse files
Options
Downloads
Patches
Plain Diff
Remove create room delay
parent
59c78c84
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
auth/src/main/java/org/futo/circles/auth/feature/workspace/data_source/ConfigureWorkspaceDataSource.kt
+0
-7
0 additions, 7 deletions
...ure/workspace/data_source/ConfigureWorkspaceDataSource.kt
with
0 additions
and
7 deletions
auth/src/main/java/org/futo/circles/auth/feature/workspace/data_source/ConfigureWorkspaceDataSource.kt
+
0
−
7
View file @
4b6fb201
package
org.futo.circles.auth.feature.workspace.data_source
import
kotlinx.coroutines.delay
import
org.futo.circles.core.feature.room.RoomRelationsBuilder
import
org.futo.circles.core.feature.room.create.CreateRoomDataSource
import
org.futo.circles.core.feature.workspace.SpacesTreeAccountDataSource
...
...
@@ -95,7 +94,6 @@ class ConfigureWorkspaceDataSource @Inject constructor(
room
.
accountDataKey
?.
let
{
key
->
spacesTreeAccountDataSource
.
updateSpacesConfigAccountData
(
key
,
roomId
)
}
delay
(
CREATE_ROOM_DELAY
)
return
roomId
}
...
...
@@ -110,9 +108,4 @@ class ConfigureWorkspaceDataSource @Inject constructor(
roomRelationsBuilder
.
removeRelations
(
roomId
,
myCirclesSpaceId
)
}
private
companion
object
{
private
const
val
CREATE_ROOM_DELAY
=
1000L
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment