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

Commit df0d720f authored by Stefan Niedermann's avatar Stefan Niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

#401 Fix property name in OcsCapabilitiesResponse

parent a9cc19f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class NextcloudAPI {

    /**
     * <blockquote>
     * If you need to make multiple calls, keep the NextcloudAPI open as long as you
     * If you need to make multiple calls, keep the {@link NextcloudAPI} open as long as you
     * can. This way the services will stay active and the connection between the
     * files app and your app is already established when you make subsequent requests.
     * Otherwise you'll have to bind to the service again and again for each request.
+3 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public class OcsCapabilitiesResponse {
            @SerializedName("color-text")
            public String colorText;
            @SerializedName("color-element")
            public String cnextcloudapiolorElement;
            public String colorElement;
            @SerializedName("color-element-bright")
            public String colorElementBright;
            @SerializedName("color-element-dark")
@@ -51,7 +51,8 @@ public class OcsCapabilitiesResponse {
            public boolean backgroundPlain;
            @SerializedName("background-default")
            public boolean backgroundDefault;
            public String logoheader;
            @SerializedName("logoheader")
            public String logoHeader;
            public String favicon;
        }
    }