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

Commit a1f935d1 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix variable initialization.

This could cause Bluetooth file transfers to fail.

Change-Id: I69b91e84cb7df1f147581e37f056eeacd54687d8
parent 584dfb2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ public class BluetoothOppLauncherActivity extends Activity {
        Intent intent = getIntent();
        String action = intent.getAction();
        BluetoothDevice device = null;
        boolean isHandover = true;
        boolean isHandover = false;

        if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) {
            /*