Fix typo in fun names.
This commit is contained in:
parent
4fe2f7a64b
commit
32f4141480
5 changed files with 9 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue