AOSSIE-Org / Resonate

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

fix: redirect main screen to splash screen #373

Closed ParadoxNJ005 closed 1 month ago

ParadoxNJ005 commented 1 month ago

Description

This change resolves the blank screen issue that occasionally appeared due to improper handling of animated containers in the splash screen. By redirecting the main screen back to the splash screen, the navigation flow has been improved, ensuring a smoother user experience.

Fixes: #<370>

Type of change

How Has This Been Tested?

Navigating from the main screen to the splash screen and ensuring the transition is seamless. Verifying that the blank screen does not appear after implementing the redirect. Running unit tests to confirm that existing functionality remains unaffected.

Checklist:

Aarush-Acharya commented 1 month ago

Hi @ParadoxNJ005,

I noticed that you’ve started working on the master branch as your base. It would be more beneficial to use the dev branch instead, as it contains the latest updates and changes.

Additionally, I reviewed your changes and saw that the redirect from the main screen to the createStory screen was inadvertently pushed. This issue has already been resolved in the dev branch.

please pull the dev branch, use it as your new base, and continue with your bug fix

Thank you!