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

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

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

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