fix: Restore cloud saves
This commit is contained in:
@@ -264,7 +264,6 @@ public class GameHelper implements GoogleApiClient.ConnectionCallbacks,
|
|||||||
|
|
||||||
if (0 != (mRequestedClients & CLIENT_SNAPSHOT)) {
|
if (0 != (mRequestedClients & CLIENT_SNAPSHOT)) {
|
||||||
builder.addScope(Drive.SCOPE_APPFOLDER);
|
builder.addScope(Drive.SCOPE_APPFOLDER);
|
||||||
builder.addApi(Drive.API);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mGoogleApiClientBuilder = builder;
|
mGoogleApiClientBuilder = builder;
|
||||||
|
|||||||
Reference in New Issue
Block a user