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

Commit f699f4f8 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by Android (Google) Code Review
Browse files

Merge "Notify via TalkBack about selected items." into nyc-dev

parents f9e2dea5 849f372a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -506,8 +506,10 @@ public class DirectoryFragment extends Fragment
            getActivity().getWindow().setStatusBarColor(color.data);

            if (mActionMode != null) {
                mActionMode.setTitle(Shared.getQuantityString(getActivity(),
                        R.plurals.elements_selected, mSelected.size()));
                final String title = Shared.getQuantityString(getActivity(),
                        R.plurals.elements_selected, mSelected.size());
                mActionMode.setTitle(title);
                mRecView.announceForAccessibility(title);
            }
        }