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

Commit ef993ca0 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

#916 Server settings

parent 9fe1b079
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -81,9 +81,7 @@ public class ApiVersion implements Comparable<ApiVersion> {
    }

    public boolean supportsSettings() {
        // TODO
        return true;
//        return getMajor() >= 1 && getMinor() >= 2;
        return getMajor() >= 1 && getMinor() >= 2;
    }

    /**