Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 8, 2025
1 parent 7d91558 commit dc8b12e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/ui/flow/albums/albums_view_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class AlbumStateNotifier extends StateNotifier<AlbumsState> {

state = state.copyWith(loading: true, error: null);
try {
if(state.googleAccount != null) {
if (state.googleAccount != null) {
_backupFolderId ??= await _googleDriveService.getBackUpFolderId();
}
final res = await Future.wait([
Expand Down
1 change: 0 additions & 1 deletion app/lib/ui/flow/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class _HomeScreenState extends ConsumerState<HomeScreen> {
uploadMediaProcess: state.uploadMediaProcesses[media.id],
downloadMediaProcess:
state.downloadMediaProcesses[media.id],

);
},
),
Expand Down

0 comments on commit dc8b12e

Please sign in to comment.