fix: Correct file resolver call and update preset equalizer in tests
This commit is contained in:
@@ -341,7 +341,7 @@ class EstadoRadio extends ChangeNotifier {
|
||||
|
||||
Future<File> _archivoCustom() async {
|
||||
if (_resolverArchivoCustom != null) {
|
||||
return _resolverArchivoCustom!();
|
||||
return _resolverArchivoCustom();
|
||||
}
|
||||
final dir = await getApplicationDocumentsDirectory();
|
||||
return File('${dir.path}/emisoras_custom.json');
|
||||
|
||||
Reference in New Issue
Block a user