vmtee / Velvet

An Android Storyboard creation application. Allowing users to manage projects and add media files or notes too a specified project
1 stars 0 forks source link

MainActivity onReturn Project load #18

Open vmtee opened 3 years ago

vmtee commented 3 years ago

For N current projects, more than N projects are added too the MainActivity on return from separate activities.

I adjusted how the projectsAdapter is utilized and reduced the issue but one extra project is still persistently being added too the Activity.

This most likely has something to do with somewhere we are iterating through the database at a length of +1 over the desired length.

vmtee commented 3 years ago

Also this is strictly an issue with the MVVM update. This is not a persistent issue in the chuol003 branch.