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

Commit e2ae040e authored by Himanshu Gupta's avatar Himanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Revert Accidental tweak of work profile behaviour" into main

parents 7982d20b 771cec99
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -73,7 +73,7 @@ public class WorkProfileManager extends UserProfileManager
     * Posts quite mode enable/disable call for work profile user
     * Posts quite mode enable/disable call for work profile user
     */
     */
    public void setWorkProfileEnabled(boolean enabled) {
    public void setWorkProfileEnabled(boolean enabled) {
        setCurrentState(STATE_TRANSITION);
        updateCurrentState(STATE_TRANSITION);
        setQuietMode(!enabled);
        setQuietMode(!enabled);
    }
    }