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

Commit f59e68f8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes I8b8e5c8b,I0a864ed5 into main

* changes:
  Show the "Extract to" menu item as an action
  Fix typo in comment
parents 2f300d81 0b2abb1e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,7 +54,8 @@
    <item
        android:id="@+id/action_menu_extract_to"
        android:title="@string/menu_extract"
        android:showAsAction="never"
        android:icon="@drawable/ic_menu_extract"
        android:showAsAction="always"
        android:visible="false" />
    <item
        android:id="@+id/action_menu_move_to"
+1 −1
Original line number Diff line number Diff line
@@ -1198,7 +1198,7 @@ public class DirectoryFragment extends Fragment implements SwipeRefreshLayout.On
        intent.putExtra(FileOperationService.EXTRA_OPERATION_TYPE, mode);

        // This just identifies the type of request...we'll check it
        // when we reveive a response.
        // when we receive a response.
        startActivityForResult(intent, REQUEST_COPY_DESTINATION);
    }