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

Commit 13ad609c authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge "Fixes the string for the A11yNode action of editing the FAB." into main

parents 4cc1d66a 3cee6cba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ class MenuItemAccessibilityDelegate extends RecyclerViewAccessibilityDelegate.It
                    new AccessibilityNodeInfoCompat.AccessibilityActionCompat(
                            R.id.action_edit,
                            res.getString(
                                    R.string.accessibility_floating_button_action_remove_menu));
                                    R.string.accessibility_floating_button_action_edit));
            info.addAction(edit);
        }
    }