Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Dec 13, 2024
1 parent 2d987ba commit c47c923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/ui/flow/home/home_screen_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ class HomeViewStateNotifier extends StateNotifier<HomeViewState>
provider: MediaProvider.googleDrive,
);
} catch (e, s) {
throw e;
state = state.copyWith(actionError: e);
_logger.e(
"HomeViewStateNotifier: unable to download from google drive",
Expand Down

0 comments on commit c47c923

Please sign in to comment.