Loading src/com/owncloud/android/lib/resources/notifications/RegisterAccountDeviceForNotificationsOperation.java +2 −2 Original line number Diff line number Diff line Loading @@ -104,9 +104,9 @@ public class RegisterAccountDeviceForNotificationsOperation extends RemoteOperat result.setPushResponseData(pushResponse); } else { if (isInvalidSessionToken(response)) { result = new RemoteOperationResult(false, status, post.getResponseHeaders()); } else { result = new RemoteOperationResult(RemoteOperationResult.ResultCode.ACCOUNT_USES_OLD_LOGIN); } else { result = new RemoteOperationResult(false, status, post.getResponseHeaders()); } } Loading Loading
src/com/owncloud/android/lib/resources/notifications/RegisterAccountDeviceForNotificationsOperation.java +2 −2 Original line number Diff line number Diff line Loading @@ -104,9 +104,9 @@ public class RegisterAccountDeviceForNotificationsOperation extends RemoteOperat result.setPushResponseData(pushResponse); } else { if (isInvalidSessionToken(response)) { result = new RemoteOperationResult(false, status, post.getResponseHeaders()); } else { result = new RemoteOperationResult(RemoteOperationResult.ResultCode.ACCOUNT_USES_OLD_LOGIN); } else { result = new RemoteOperationResult(false, status, post.getResponseHeaders()); } } Loading