Skip to content

Commit 8144f99

Browse files
committed
style: add comment to clarify getSpaceMembers() in ViewModel
1 parent ef8b988 commit 8144f99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

owncloudApp/src/main/java/com/owncloud/android/presentation/spaces/members/SpaceMembersViewModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class SpaceMembersViewModel(
109109
requiresConnection = true
110110
)
111111

112+
// Used to fetch all members and public links of a space
112113
fun getSpaceMembers() = runUseCaseWithResult(
113114
coroutineDispatcher = coroutineDispatcherProvider.io,
114115
flow = _spaceMembers,

0 commit comments

Comments
 (0)