make "Scan QR" immediately show the QR screen, not "Select Apps"

This commit is contained in:
Hans-Christoph Steiner 2018-04-18 12:15:15 +02:00
parent fa1331139f
commit 045fc1a35e

View File

@ -425,7 +425,7 @@ public class SwapWorkflowActivity extends AppCompatActivity {
})
.create().show();
} else {
showSelectApps();
showWifiQr();
}
}