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

Commit a3850365 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reload brightness setting on user switch."

parents 2f1f06cb faf9d201
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -500,6 +500,7 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call
    }

    public void onSwitchUser(@UserIdInt int newUserId) {
        handleSettingsChange();
        mBrightnessTracker.onSwitchUser(newUserId);
    }