s/view/show/

This commit is contained in:
Chris Smith 2023-07-05 10:19:07 +01:00
parent 1174d7ccc6
commit 0eb7cd82fc
19 changed files with 51 additions and 51 deletions

View file

@ -21,7 +21,7 @@ import com.bumble.appyx.core.node.Node
import io.element.android.libraries.architecture.FeatureEntryPoint
import io.element.android.libraries.architecture.NodeInputs
interface ViewLocationEntryPoint : FeatureEntryPoint {
interface ShowLocationEntryPoint : FeatureEntryPoint {
data class Inputs(val location: Location, val description: String?) : NodeInputs