Skip to content

Commit fe1b4ff

Browse files
authored
Update GameHelper.java
1 parent 550975a commit fe1b4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • BasicSamples/libraries/BaseGameUtils/src/main/java/com/google/example/games/basegameutils

BasicSamples/libraries/BaseGameUtils/src/main/java/com/google/example/games/basegameutils/GameHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public void onStart(Activity act) {
375375
mGoogleApiClient.connect();
376376
}
377377
} else {
378-
debugLog("Not attempting to connect becase mConnectOnStart=false");
378+
debugLog("Not attempting to connect because mConnectOnStart=false");
379379
debugLog("Instead, reporting a sign-in failure.");
380380
mHandler.postDelayed(new Runnable() {
381381
@Override

0 commit comments

Comments
 (0)