Team-Harmony-Dev / LiveColor

LiveColor is an Android app project that aims to provide a clean and practical color-picking experience for on the go. This app stems from a quarter-long project for the CSE115a software design class at UCSC.
https://team-harmony-dev.github.io/LiveColor_Website/
Other
1 stars 1 forks source link

PaletteInfoActivity: No reloading functionality for when a new color is added and the page is returned to without going through PaletteFragment #113

Open PaigeRiola opened 4 years ago

PaigeRiola commented 4 years ago

PaletteInfoActivity should refresh from the database to check for any changes to the palette, in case that a new color was added and the palette was accessed without going through PaletteFragment, where updates are normally check for.

DustinSeltz commented 4 years ago

To reproduce: Go to a palette -> color info -> edit color -> change color & save to the palette that you were in -> back out to palette. The new color doesn't show up until you back up further and re-enter your palette.