DenisLabrecque / Bible-Browser

Load Zefania XML files into a visual Bible reader (WIP)
1 stars 0 forks source link

Theme picker doesn't work properly #32

Closed DenisLabrecque closed 5 years ago

DenisLabrecque commented 5 years ago
DenisLabrecque commented 5 years ago

Because of the way this is done (in App.cs.OnLaunched()), the app flashes white before turning black. I think that the app gets unitialized on a separate thread from the settings, so it doesn't detect the settings change. IDK.