mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Rename trySetQuietModeEnabled to requestQuietModeEnabled as per ...
the feedback from API council Fix: 71818127 Test: Build Change-Id: I4bfb0eecb281961e24a4f613485420e9e8b357ab
This commit is contained in:
@@ -91,7 +91,7 @@ public class WorkModeSwitch extends Switch {
|
||||
if (Process.myUserHandle().equals(userProfile)) {
|
||||
continue;
|
||||
}
|
||||
showConfirm |= !userManager.trySetQuietModeEnabled(enabled, userProfile);
|
||||
showConfirm |= !userManager.requestQuietModeEnabled(enabled, userProfile);
|
||||
}
|
||||
return showConfirm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user