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

Commit 264cf13a authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "OPP: Ignore back press in Incoming alert screen" am: 6bbd419d

am: e99fb382

Change-Id: I6ded0c72f9677db2bdc4c45e877aca52bef69edc
parents 44668c82 e99fb382
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -172,11 +172,6 @@ public class BluetoothOppIncomingFileConfirmActivity extends AlertActivity
            if (D) {
                Log.d(TAG, "onKeyDown() called; Key: back key");
            }
            mUpdateValues = new ContentValues();
            mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
            this.getContentResolver().update(mUri, mUpdateValues, null, null);

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