In FavoritesActivity, the addFavoriteFragment is only created once the conjugation names are fetched. If the add favorite button is clicked while the query is loading or has failed, a Null Pointer Exception will occur. This button should be disabled until the query is completed.
Crash report
In
FavoritesActivity, theaddFavoriteFragmentis only created once the conjugation names are fetched. If the add favorite button is clicked while the query is loading or has failed, a Null Pointer Exception will occur. This button should be disabled until the query is completed.Crash report