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

Commit ca0a0662 authored by Edgar Wang's avatar Edgar Wang Committed by Automerger Merge Worker
Browse files

Fix build broken am: fce3f0fd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15026548

Change-Id: I10bf8304b7414aade8e20f73d19c4de3620bb0a9
parents 1265bbbc fce3f0fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class MainSwitchBar extends LinearLayout implements CompoundButton.OnChec
        mFrameView = findViewById(R.id.frame);
        mTextView = (TextView) findViewById(R.id.switch_text);
        mSwitch = (Switch) findViewById(android.R.id.switch_widget);
        if (BuildCompat.isAtLeastS()) {
        if (BuildCompatUtils.isAtLeastS()) {
            mBackgroundOn = getContext().getDrawable(R.drawable.settingslib_switch_bar_bg_on);
            mBackgroundOff = getContext().getDrawable(R.drawable.settingslib_switch_bar_bg_off);
            mBackgroundDisabled = getContext().getDrawable(