mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Update label accordingly when work mode is changed
Also, updates the work related strings accordingly. Fix: 71987096 Change-Id: Iedbf6ee04f3a165a392efdf2bd351817997817ca
This commit is contained in:
@@ -87,6 +87,11 @@ public class UserManagerCompatVL extends UserManagerCompat {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isAnyProfileQuietModeEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void enableAndResetCache() {
|
||||
synchronized (this) {
|
||||
|
||||
Reference in New Issue
Block a user