Open Hollycene opened 1 year ago
Same issue I'm having and didn't know was already submitted. This appears to be a application state issue as well; as exiting then reopening the application with the view controller open will cause this issue as well
I noticed an unusual behavior where category items multiply when the
colorScheme
changes while theemojiPicker
is open inSwiftUI
using the.emojiPicker
modifier. It appears that these categories multiply each time thecolorScheme
changes.Minimal Reproducible Example: XCode Version 14.2 (14C18), iOS 16.2
There is a workaround for the problem: manually dismiss the
emojiPicker
whencolorScheme
is changed using theonChange()
modifier like this:However, I believe the issue is still worth mentioning.