Rename send location to share location

This commit is contained in:
ganfra 2026-02-18 15:20:21 +01:00
parent 008468ff1e
commit 8a12cba923
14 changed files with 223 additions and 223 deletions

View file

@ -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,