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

Commit e99fb382 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

Change-Id: If64b14e403478a000216441b37cf78436ed1a3b0
parents 4b8d1f50 6bbd419d
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;
        }