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

Commit acc04ecb authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Fix variable initialization." into jb-dev

parents 4bfe5662 a1f935d1
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)) {
            /*