RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

App Crashes #154

Closed vteague closed 1 year ago

vteague commented 1 year ago

The app has a few places where it crashes and/or throws an uncaught exception:

  1. On startup, an exception is thrown to do with GoToReadingPageFinally. (It seems to be caught, but it should be fixed anyway.)
  2. Entering an invalid Hansard link in the QuestionDetailsPage causes a uri parsing exception that is thrown but (I think) properly dealt with. This is fine.
  3. Clicking the 'Edit Question' button causes the app to become unresponsive, though it does not seem to produce an exception. Not clear whether this is related to (1) or (2).
vteague commented 1 year ago

Resolved by #153