david-fisher / 320-F21-Track-1

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Fix Custom Token editor and Card Token editor bug #134

Open ksun154 opened 2 years ago

ksun154 commented 2 years ago

The Custom Token editor and Card Token editor have a bug where you are able to edit a token, delete it at the same time, and then save it. This throws a NullPointerException.

ksun154 commented 2 years ago

Backlogged: Due to a last-minute redesign of the token editor, wasn’t able to add many checks or prevention measures for more specific bugs like this.