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

Commit 091ff015 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 3500d1cc: Merge "BT - Not possible to accept incoming obex transfers using key-presses."

* commit '3500d1cc':
  BT - Not possible to accept incoming obex transfers using key-presses.
parents 227e6037 3500d1cc
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() {