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

Unverified Commit 9ab83535 authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

temp fix for lib/client problem (#322)

temp fix for lib/client problem
parents 36526544 b890ac4e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -53,7 +53,9 @@ public class SearchRemoteOperation extends RemoteOperation {
        PHOTO_SEARCH, // gets all files with mimetype "image/%"
        SHARED_SEARCH, // show all shares
        GALLERY_SEARCH, // combined photo and video
        FILE_ID_SEARCH // search one file specified by file id
        FILE_ID_SEARCH, // search one file specified by file id
        CONTENT_TYPE_SEARCH,
        RECENTLY_ADDED_SEARCH 
    }

    private String searchQuery;