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

Commit 3500d1cc authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "BT - Not possible to accept incoming obex transfers using key-presses."

parents cbb50b68 453050fd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -171,9 +171,10 @@ public class BluetoothOppIncomingFileConfirmActivity extends AlertActivity imple

            Toast.makeText(this, getString(R.string.bt_toast_2), Toast.LENGTH_SHORT).show();
            finish();
        }
            return true;
        }
        return false;
    }

    @Override
    protected void onDestroy() {