Skip to content

Commit

Permalink
Fix sharing to groups from simple contacts
Browse files Browse the repository at this point in the history
Closes #1689
  • Loading branch information
moezbhatti committed Jan 2, 2021
1 parent 9369c81 commit 272ae27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ class ComposeActivityModule {
?.decodedDataString()
?.substringAfter(':') // Remove scheme
?.replaceAfter("?", "") // Remove query
?.split(",")
?.split(",", ";")
?: listOf()
}

Expand Down

0 comments on commit 272ae27

Please sign in to comment.