AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
188 stars 132 forks source link

Fixed Black Screen issue #244

Closed JuanitaCathy closed 4 months ago

JuanitaCathy commented 9 months ago

Description

The app used to go complete black after the splash screen and other screens were not visible. There was a problem with navigating from splash screen to the next. I had imported app routes and added Get.offNamed(AppRoutes.landing) explicitly in the startAuthTimer() which helped in showing up the next screen.

Fixes #227

Type of change

How Has This Been Tested?

before:

https://github.com/AOSSIE-Org/Resonate/assets/114871036/68b94c17-12be-48e9-9322-a2745ad28f9f

after:

https://github.com/AOSSIE-Org/Resonate/assets/114871036/3a98b5c8-ec3b-448c-b88f-b295a3d55049

Checklist:

Maintainer Checklist

JuanitaCathy commented 9 months ago

Able to access all the other screens now, but sometimes the screen twitch happens for one sec or so. Please review the changes @chandansgowda

chandansgowda commented 8 months ago

Have you tested this on few other devices too? If not, please do and let me know.

JuanitaCathy commented 8 months ago

Have you tested this on few other devices too? If not, please do and let me know.

Yes, I tested this on 2 devices and it works fine. The issue here was related to routing and I added a few conditional checks just in case.

AyaNady17 commented 4 months ago

Good Work @JuanitaCathy 🚀

This is good to merge will merge after the previously scheduled PR's are merged