What's happening:
The Database resets every time the App is reloaded.
What should happen:
The Database saves the current state and shows it on reload.
What's causing the bug:
Removing the sync() function must've caused the database to not only not sync with the server, but not sync at all.
What's happening:
The Database resets every time the App is reloaded.
What should happen:
The Database saves the current state and shows it on reload.
What's causing the bug:
Removing the sync() function must've caused the database to not only not sync with the server, but not sync at all.