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

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

Revert "- fix wrong simplifying"

This reverts commit fbd93920.
parent fbd93920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ public class FileUtils {
     */
    public static boolean isValidName(String fileName) {

        return !fileName.contains(PATH_SEPARATOR);
        return fileName.contains(PATH_SEPARATOR);
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public class GetRemoteUserInfoOperation extends OCSRemoteOperation {
                        userInfo.setId(userID);
                }

                if (userInfo.getQuota() != null && userInfo.getQuota().getQuota() == 0) {
                if (userInfo.getQuota().getQuota() == 0) {
                    userInfo.getQuota().setQuota(QUOTA_LIMIT_INFO_NOT_AVAILABLE);
                }