Rename send location to share location
This commit is contained in:
parent
008468ff1e
commit
8a12cba923
14 changed files with 223 additions and 223 deletions
|
|
@ -14,11 +14,11 @@ import io.element.android.libraries.architecture.FeatureEntryPoint
|
|||
import io.element.android.libraries.matrix.api.timeline.Timeline
|
||||
|
||||
/**
|
||||
* The "Send location" screen.
|
||||
* The "Share location" screen.
|
||||
*
|
||||
* Allows a user to share a location message within a room.
|
||||
*/
|
||||
interface SendLocationEntryPoint : FeatureEntryPoint {
|
||||
interface ShareLocationEntryPoint : FeatureEntryPoint {
|
||||
fun createNode(
|
||||
parentNode: Node,
|
||||
buildContext: BuildContext,
|
||||
Loading…
Add table
Add a link
Reference in a new issue