|
@@ -156,7 +156,7 @@ public class PushUtils {
|
|
|
if (!TextUtils.isEmpty(arbitraryValue = arbitraryDataProvider.getValue(account, KEY_PUSH))) {
|
|
|
Gson gson = new Gson();
|
|
|
PushConfigurationState pushArbitraryData = gson.fromJson(arbitraryValue,
|
|
|
- PushArbitraryData.class);
|
|
|
+ PushConfigurationState.class);
|
|
|
RemoteOperation unregisterAccountDeviceForProxyOperation =
|
|
|
new UnregisterAccountDeviceForProxyOperation(context.getResources().
|
|
|
getString(R.string.push_server_url),
|