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

Commit 08525c31 authored by Lynn Yeh's avatar Lynn Yeh Committed by Android (Google) Code Review
Browse files

Merge "Keep bundle effects enabled for volume apply with unsupported devices" into 24D1-dev

parents d2d7a135 b7e3ad7f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@ RetCode BundleContext::disableOperatingMode() {
    }
    RETURN_VALUE_IF(LVM_SUCCESS != LVM_SetControlParameters(mInstance, &params),
                    RetCode::ERROR_EFFECT_LIB_ERROR, "failSetControlParams");
    mEnabled = false;
    return limitLevel();
}