Skip to content

Commit

Permalink
#13 avoid ugly blink on storing the measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zhdanov committed Dec 28, 2024
1 parent fc57eee commit e0b4437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/google/google_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Future<AuthenticatedHttpClient> getAuthenticatedGoogleApiHttpClient() async {
sheets.SheetsApi.spreadsheetsScope,
sheets.SheetsApi.driveReadonlyScope
]);
var googleAccount = await signIn.signIn();
var googleAccount = await signIn.signInSilently();
if (googleAccount == null) {
throw StateError("can not login into google");
}
Expand Down

0 comments on commit e0b4437

Please sign in to comment.