I neglected to update the addLexiconFavorite() method in LexiconDetailFragment when I added the lowercase column to address alphabetization issues. This resulted in a bug that is now fixed in 9a74be24b86b82596818f0f2819e93157683cb16. The lowercase column is no longer necessary thanks to the new version of the lexicon database added in d84b37f8ec027436b9f2ed622b51b37b200ea966, so we can remove this column from the database and return to the original schema.
I neglected to update the
addLexiconFavorite()
method inLexiconDetailFragment
when I added thelowercase
column to address alphabetization issues. This resulted in a bug that is now fixed in 9a74be24b86b82596818f0f2819e93157683cb16. Thelowercase
column is no longer necessary thanks to the new version of the lexicon database added in d84b37f8ec027436b9f2ed622b51b37b200ea966, so we can remove this column from the database and return to the original schema.