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

Commit 69fb574e authored by Tobias Haamel's avatar Tobias Haamel
Browse files

Fix missing UI_MODE_SERVICE rename.

parent 53332883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -961,7 +961,7 @@ class ContextImpl extends Context {
            return getDropBoxManager();
        } else if (DEVICE_POLICY_SERVICE.equals(name)) {
            return getDevicePolicyManager();
        } else if (UIMODE_SERVICE.equals(name)) {
        } else if (UI_MODE_SERVICE.equals(name)) {
            return getUiModeManager();
        }