patch small issue with trad and theme
This commit is contained in:
@@ -60,4 +60,7 @@ class PokemonRepositoryImpl implements PokemonRepository {
|
||||
|
||||
@override
|
||||
Future<int> seenCount() async => (await local?.seenCount()) ?? 0;
|
||||
|
||||
@override
|
||||
Future<String?> getEnglishGenus(int id) => remote.getEnglishGenus(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user