@@ -64,7 +64,7 @@ public class GoogleFitManager implements ActivityEventListener {
6464 private SleepHistory sleepHistory ;
6565
6666 private static final String TAG = "RNGoogleFit" ;
67- // reserve to place deprecated Api in the future
67+ // reserve to replace deprecated Api in the future
6868 private GoogleSignInClient mSignInClient ;
6969
7070 public GoogleFitManager (ReactContext reactContext , Activity activity ) {
@@ -135,7 +135,7 @@ public void resetAuthInProgress()
135135 public void authorize (ArrayList <String > userScopes ) {
136136 final ReactContext mReactContext = this .mReactContext ;
137137
138- // reserve to place deprecated Api in the future
138+ // reserve to replace deprecated Api in the future
139139// GoogleSignInOptions.Builder optionsBuilder =
140140// new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
141141// .requestEmail()
@@ -250,7 +250,7 @@ private void sendEvent(ReactContext reactContext,
250250 .emit (eventName , params );
251251 }
252252
253- // reserve to place deprecated Api in the future
253+ // reserve to replace deprecated Api in the future
254254// @Override
255255// public void onActivityResult(Activity activity, int requestCode, int resultCode, Intent data) {
256256// // Result returned from launching the Intent from GoogleSignInClient.getSignInIntent(...);
0 commit comments