Fix first media overview item selected text.
This commit is contained in:
parent
04dddd3378
commit
28afe0d829
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ public final class MediaOverviewPageFragment extends Fragment
|
|||
@Override
|
||||
public boolean onCreateActionMode(ActionMode mode, Menu menu) {
|
||||
mode.getMenuInflater().inflate(R.menu.media_overview_context, menu);
|
||||
refreshActionModeTitle();
|
||||
mode.setTitle(getActionModeTitle());
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
|
||||
Window window = requireActivity().getWindow();
|
||||
|
|
Loading…
Add table
Reference in a new issue