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

Commit cb1f9f3b authored by Andy Scherzinger's avatar Andy Scherzinger
Browse files
parents 982a9bbd 48f35c14
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -140,9 +140,10 @@ public class UpdateRemoteShareOperation extends RemoteOperation {
    /**
     * Enable upload permissions to update in Share resource.
     *
     * @param publicUpload Upload Permission to set to the target share.
     * @param publicUpload  Upload permission to set to the target share.
     *                      Null results in no update applied to the upload permission.
     */
    public void setPublicUpload(boolean publicUpload) {
    public void setPublicUpload(Boolean publicUpload) {
        mPublicUpload = publicUpload;
    }