casimir / frigoligo

Your articles with you
MIT License
50 stars 3 forks source link

Grey screen when force quitting from settings screen on iOS #125

Closed jrabensc closed 6 months ago

jrabensc commented 8 months ago

Steps to reproduce:

  1. Go to settings screen
  2. Force quit
  3. Open app again, screen is grey

Device: iPhone 15 iOS: 17.2.1 App version: 0.7.0+171

casimir commented 8 months ago

Thanks for the report. It's most likely due to an initialisation problem in the settings screen.

It only occurs in release mode on a real device and nothing reaches the log. As of now I don't know how to debug it properly...

casimir commented 6 months ago

Just a note to myself, the settings Provider has been migrated to riverpod with #131. Updating SettingsPage to use the riverpod API will most likely fix this bug.

casimir commented 6 months ago

@jrabensc the fix has been shipped in https://github.com/casimir/frigoligo/releases/tag/v0.8.1