Skip to content

Theme appearance mismatch after change from sheet #47

@uy

Description

@uy

Hi,

I'm facing with problem as described below;

  1. I have 2 view. First one HomeView, second one ProfileView.
  2. ProfileView open as sheet from HomeView.
  3. Then I change themeAppearance from ProfileView theme only changed for ProfileView.
  4. Theme open as last theme but on ProfileView icon doesn't change (stay as previous appearance) when I close app and restart after a few seconds.

For 3. line error I fixed as below;

  1. I created @State var uuid = UUID() on HomeView and override that variable with new one whenever user change appearance from ProfileView with callback func.

Note: I'm trying to capture video to upload.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions