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

Commit 22101e2f authored by Ian Rogers's avatar Ian Rogers Committed by Android (Google) Code Review
Browse files

Merge "Fix two confusing naming issues"

parents 4230c167 d73ff581
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@ public class DirectoryFragment extends Fragment
                new AlertDialog.Builder(getActivity())
                    .setView(message)
                    .setPositiveButton(
                         android.R.string.yes,
                         android.R.string.ok,
                         new DialogInterface.OnClickListener() {
                            public void onClick(DialogInterface dialog, int id) {
                                // Finish selection mode first which clears selection so we
@@ -903,7 +903,7 @@ public class DirectoryFragment extends Fragment
                                        getActivity(), docs, srcParent, getDisplayState().stack);
                            }
                        })
                    .setNegativeButton(android.R.string.no, null)
                    .setNegativeButton(android.R.string.cancel, null)
                    .show();
            }
        }.execute(selected);