Skip to content

Commit ae1e08c

Browse files
Fix error message in ResultEventBus current (#135)
1 parent ff68141 commit ae1e08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/nav3recipes/results/event/ResultEventBus.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object LocalResultEventBus {
3737
*/
3838
val current: ResultEventBus
3939
@Composable
40-
get() = LocalResultEventBus.current ?: error("No ResultStore has been provided")
40+
get() = LocalResultEventBus.current ?: error("No ResultEventBus has been provided")
4141

4242
/**
4343
* Provides a [ResultEventBus] to the composition

0 commit comments

Comments
 (0)