Conversation
| } catch { | ||
| let controller = InvalidStorageViewController( | ||
| encryptedStorage: storage, | ||
| router: self | ||
| ) | ||
| keyWindow.rootViewController = UINavigationController(rootViewController: controller) | ||
| keyWindow.makeKeyAndVisible() | ||
| } |
There was a problem hiding this comment.
Should actually use the error description that we caught and also render that to the user.
There was a problem hiding this comment.
I found it very long because it contains stack trace.
There was a problem hiding this comment.
It's already an error screen, more information is better. The worst we can do is be vague when error happens. You can put it below and make it scrollable, or show the first few hundred characters.
|
Unfortunately I fail to make this screen using |
|
@tomholub |
|
OK, I will create new PR |
|
When still working on a PR, better mark it as a draft. You can also convert normal PR back to a draft. That way, you know I won't merge it too soon. |


close #759
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):