mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Fix crash on emoji picket on macOS
This commit is contained in:
parent
091cfd67a1
commit
390673800e
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ extension StatusEditor {
|
||||||
.accessibilityLabel("accessibility.editor.button.custom-emojis")
|
.accessibilityLabel("accessibility.editor.button.custom-emojis")
|
||||||
.sheet(isPresented: $isCustomEmojisSheetDisplay) {
|
.sheet(isPresented: $isCustomEmojisSheetDisplay) {
|
||||||
CustomEmojisView(viewModel: focusedSEVM)
|
CustomEmojisView(viewModel: focusedSEVM)
|
||||||
|
.environment(theme)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue