moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

black screen on re-open #569

Closed lastmeta closed 2 years ago

lastmeta commented 2 years ago

Describe The Bug

navigate away from the app and reopen it, just shows a black screen like 50% of the time. why? because we've logged out by then? is it crashing? can't reproduce on emulator, just on both phones.

lastmeta commented 2 years ago

I thought maybe the screen doesn't automatically rebuild when it should upon activation of the app, so I added some code to do so on the login screen, will continue to test. commit 75913e8e

lastmeta commented 2 years ago

that didn't seem to help - its an issue in flutter itself. https://github.com/flutter/flutter/issues/93276 https://github.com/flutter/flutter/issues/59552 https://github.com/flutter/flutter/issues/94921