Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Jan 30, 2024
1 parent 38c52bd commit 7e26203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions lib/blocs/sync/sync_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class SyncCubit extends Cubit<SyncState> {
final Database _db;
final TabVisibilitySingleton _tabVisibility;
final ConfigService _configService;
final ActivityTracker _activityTracker;

StreamSubscription? _restartOnFocusStreamSubscription;
StreamSubscription? _restartArConnectOnFocusStreamSubscription;
Expand All @@ -84,7 +83,6 @@ class SyncCubit extends Cubit<SyncState> {
required ActivityTracker activityTracker,
}) : _profileCubit = profileCubit,
_activityCubit = activityCubit,
_activityTracker = activityTracker,
_promptToSnapshotBloc = promptToSnapshotBloc,
_arweave = arweave,
_driveDao = driveDao,
Expand Down
1 change: 1 addition & 0 deletions lib/pages/app_router_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class AppRouterDelegate extends RouterDelegate<AppRoutePath>
AppRouterDelegate() : navigatorKey = GlobalKey<NavigatorState>();

@override
// ignore: avoid_renaming_method_parameters
Widget build(BuildContext navigatorContext) {
if (navigatorContext.read<ConfigService>().flavor != Flavor.production) {
return ArDriveAppWithDevTools(widget: _app());
Expand Down

0 comments on commit 7e26203

Please sign in to comment.