Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 95276241 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

changed if branch :/

parent 6285d0ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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());
                }
            }