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

Commit 308c8fdf authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Update to use "real" L codename.

Change-Id: If7112bc4a41007bd3dbcb2b4d2c9ff9e44f7cf0c
parent 742a6803
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ import android.preference.PreferenceGroup;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.view.View.OnClickListener;
import android.widget.ImageView;
import android.widget.RadioButton;
@@ -250,7 +249,7 @@ public class HomeSettings extends SettingsPreferenceFragment implements Indexabl
    }

    private boolean versionNumberAtLeastL(int versionNumber) {
        return versionNumber >= Build.VERSION_CODES.L;
        return versionNumber >= Build.VERSION_CODES.LOLLIPOP;
    }

    @Override