Loading src/com/owncloud/android/lib/resources/files/SearchOperation.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading Loading
src/com/owncloud/android/lib/resources/files/SearchOperation.java +1 −1 Original line number Diff line number Diff line Loading @@ -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"); Loading