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

Commit 38c838f1 authored by Thomas Leu's avatar Thomas Leu Committed by Automerger Merge Worker
Browse files

Revert "Fix the accessibility shortcut funtionaility." am: 00329792

parents e8c0aabc 00329792
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public class AccessibilityUtils {
        final String currentShortcutServiceId = Settings.Secure.getStringForUser(
                context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
                userId);
        if (!TextUtils.isEmpty(currentShortcutServiceId)) {
        if (currentShortcutServiceId != null) {
            return currentShortcutServiceId;
        }
        return context.getString(R.string.config_defaultAccessibilityService);