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

Commit 453050fd authored by Wojciech Jowsa's avatar Wojciech Jowsa Committed by Christian Bejram
Browse files

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



It is not possible to accept/reject an incoming obex file transfer
using key-press. Only touch screen press was working.

With this fix, key press down is not ignored and it is possible
to accept/reject an incoming obex file transfer with key-press.

ST-Ericsson Change ID: ER260817
Change-Id: Ic7f668bd1b0efa549d0218edc8719efee1984941

Signed-off-by: default avatarChristian Bejram <christian.bejram@stericsson.com>
parent b8c5dba8
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() {