remove old todo

This commit is contained in:
poka 2023-02-21 22:38:39 +01:00
parent 22c59613ee
commit 532a004fd9
2 changed files with 1 additions and 3 deletions

View File

@ -271,7 +271,6 @@ class GenerateWalletsProvider with ChangeNotifier {
// Needed for bad encoding of UTF-8
word = word.replaceAll('é', '');
word = word.replaceAll('è', '');
// TODO: what about á à ó ò í ì ú ù ... ? make a function to clean data
int nbrMatch = 0;
if (bip39Words(appLang).contains(word.toLowerCase())) {
@ -292,7 +291,6 @@ class GenerateWalletsProvider with ChangeNotifier {
// Needed for bad encoding of UTF-8
word = word.replaceAll('é', '');
word = word.replaceAll('è', '');
// TODO: what about á à ó ò í ì ú ù ... ? make a function to clean data
if (!bip39Words(appLang).contains(word.toLowerCase())) {
isValid = false;
}

View File

@ -75,7 +75,7 @@ class SearchIdentityQuery extends StatelessWidget {
}
searchProvider.resultLenght = identities.length;
// TODO: Find a way to reload a provider here, in Widget build...
// TODO: Find a way to reload a provider here, in Widget build... riverpod refacto needed...
double avatarSize = 55;
return Expanded(