fix formatting
This commit is contained in:
@@ -106,7 +106,11 @@ class BrowserAddonService extends _$BrowserAddonService {
|
||||
}
|
||||
}
|
||||
} catch (e, s) {
|
||||
logger.e('Failed installing from file: $filePath', error: e, stackTrace: s);
|
||||
logger.e(
|
||||
'Failed installing from file: $filePath',
|
||||
error: e,
|
||||
stackTrace: s,
|
||||
);
|
||||
rethrow;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,10 +40,7 @@ class SelectFeedDialog extends HookConsumerWidget {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
Text(
|
||||
'Add Feed',
|
||||
style: Theme.of(context).textTheme.titleLarge,
|
||||
),
|
||||
Text('Add Feed', style: Theme.of(context).textTheme.titleLarge),
|
||||
const SizedBox(height: 16),
|
||||
...feedUris.map(
|
||||
(uri) => HookConsumer(
|
||||
|
||||
Reference in New Issue
Block a user