fix: Restore cloud saves

This commit is contained in:
2023-04-10 00:40:58 +01:00
parent a26ff60b8f
commit b84940de47

View File

@@ -264,7 +264,6 @@ public class GameHelper implements GoogleApiClient.ConnectionCallbacks,
if (0 != (mRequestedClients & CLIENT_SNAPSHOT)) {
builder.addScope(Drive.SCOPE_APPFOLDER);
builder.addApi(Drive.API);
}
mGoogleApiClientBuilder = builder;