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

Commit fdb3cf38 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 50386c57: am ddba067f: am f521ee6f: am e3e2c471: Merge "Set ActionMode...

am 50386c57: am ddba067f: am f521ee6f: am e3e2c471: Merge "Set ActionMode title to the number of selected files"

* commit '50386c5701a0bc08e7a851cd92f44e985a4b2cca':
  Set ActionMode title to the number of selected files
parents f8646825 ef5a7d78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -436,6 +436,8 @@ public class DirectoryFragment extends Fragment {
        @Override
        public boolean onCreateActionMode(ActionMode mode, Menu menu) {
            mode.getMenuInflater().inflate(R.menu.mode_directory, menu);
            mode.setTitle(getResources()
                    .getString(R.string.mode_selected_count, mCurrentView.getCheckedItemCount()));
            return true;
        }