Fix typo in fun names.

This commit is contained in:
Benoit Marty 2023-09-14 14:18:28 +02:00 committed by Benoit Marty
parent 4fe2f7a64b
commit 32f4141480
5 changed files with 9 additions and 9 deletions

View file

@ -50,7 +50,7 @@ class ActionListPresenter @Inject constructor(
mutableStateOf(ActionListState.Target.None)
}
val isDeveloperModeEnabled by preferencesStore.isDevelopModeEnabledFlow().collectAsState(initial = false)
val isDeveloperModeEnabled by preferencesStore.isDeveloperModeEnabledFlow().collectAsState(initial = false)
val displayEmojiReactions by remember {
derivedStateOf {