Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 272ae27c authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Fix sharing to groups from simple contacts

Closes #1689
parent 9369c815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ class ComposeActivityModule {
                ?.decodedDataString()
                ?.substringAfter(':') // Remove scheme
                ?.replaceAfter("?", "") // Remove query
                ?.split(",")
                ?.split(",", ";")
                ?: listOf()
    }