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

Unverified Commit 88805217 authored by Mario Danic's avatar Mario Danic Committed by AndyScherzinger
Browse files

Guessing

parent 7aa47c36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ public class SearchOperation extends RemoteOperation {
            dateFormat.setTimeZone(TimeZone.getDefault());
            Date date = new Date();
            String formattedDateString = dateFormat.format(date);
            literalTextElement = query.createTextNode(formattedDateString);
            literalTextElement = query.createTextNode("7");
        }

        Element orderByElement = query.createElementNS(DAV_NAMESPACE, "d:orderby");