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

Commit 767aac95 authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "OPP: Don't reopen finished transfer list." am: d2590499 am: 7b9c523e

am: 93f42487

Change-Id: I57f8cd503e2245a4d6fe5f21dd01ee0e870d9033
parents f8c57d0c 93f42487
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -171,6 +171,10 @@ public class BluetoothOppTransferHistory extends Activity implements

    @Override
    public boolean onContextItemSelected(MenuItem item) {
        if (mTransferCursor.getCount() == 0) {
            Log.i(TAG, "History is already cleared, not clearing again");
            return true;
        }
        mTransferCursor.moveToPosition(mContextMenuPosition);
        switch (item.getItemId()) {
            case R.id.transfer_menu_open: