|
@@ -153,7 +153,7 @@ public class PushUtils {
|
|
|
|
|
|
if (remoteOperationResult.getHttpCode() == HttpStatus.SC_ACCEPTED) {
|
|
|
String arbitraryValue;
|
|
|
- if (!TextUtils.isEmpty(arbitraryValue = arbitraryDataProvider.getValue(account, KEY_PUSH))) {
|
|
|
+ if (!TextUtils.isEmpty(arbitraryValue = arbitraryDataProvider.getValue(account.name, KEY_PUSH))) {
|
|
|
Gson gson = new Gson();
|
|
|
PushConfigurationState pushArbitraryData = gson.fromJson(arbitraryValue,
|
|
|
PushConfigurationState.class);
|