1 parent 550975a commit fe1b4ffCopy full SHA for fe1b4ff
1 file changed
BasicSamples/libraries/BaseGameUtils/src/main/java/com/google/example/games/basegameutils/GameHelper.java
@@ -375,7 +375,7 @@ public void onStart(Activity act) {
375
mGoogleApiClient.connect();
376
}
377
} else {
378
- debugLog("Not attempting to connect becase mConnectOnStart=false");
+ debugLog("Not attempting to connect because mConnectOnStart=false");
379
debugLog("Instead, reporting a sign-in failure.");
380
mHandler.postDelayed(new Runnable() {
381
@Override
0 commit comments