CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
68 stars 124 forks source link

Fixes PageState not loading using the correct index after closing the app. #505

Closed Wreck-X closed 6 months ago

Wreck-X commented 6 months ago

Description

Introduces a hasLoaded variable in the bottombarcontroller to ensure the pageView is only loaded after the await method _loadSavedState returns

also removes the animation for navigating from 1 page to another

Fixes #407

Recording

https://github.com/CCExtractor/ultimate_alarm_clock/assets/72601105/b2bcfe69-903e-453b-b64b-d95a19720c0f

Checklist