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

Commit 38ea779b authored by Sander Alewijnse's avatar Sander Alewijnse
Browse files

Update targetSdkVersion check.

Bug:16509819
Change-Id: I471c4a5b2450b4cc64414dfa2dae75d51cce3abb
parent 2911b204
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -491,8 +491,7 @@ public class ResolverActivity extends Activity implements AdapterView.OnItemClic
    }

    private boolean versionNumberAtLeastL(int versionNumber) {
        // TODO: remove "|| true" once the build code for L is fixed.
        return versionNumber >= Build.VERSION_CODES.L || true;
        return versionNumber >= Build.VERSION_CODES.L;
    }

    private void setAlwaysButtonEnabled(boolean hasValidSelection, int checkedPos,