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

Commit 9895344b authored by Fan Zhang's avatar Fan Zhang
Browse files

Fix build

Bug: 24107771
Test: compiles
Change-Id: I287cbe05a86de24d0817bd84e7db5b1893ef7d9b
parent 85edd578
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ public class BuildNumberPreferenceController extends PreferenceController
    }

    @Override
    protected boolean isAvailable() {
    public boolean isAvailable() {
        return true;
    }