Add missing test
This commit is contained in:
parent
086229f5dc
commit
05fc9ea217
2 changed files with 27 additions and 4 deletions
|
|
@ -64,7 +64,7 @@ class LinkNewDeviceRootPresenter(
|
|||
|
||||
fun handleEvent(event: LinkNewDeviceRootEvent) {
|
||||
when (event) {
|
||||
is LinkNewDeviceRootEvent.LinkMobileDevice -> coroutineScope.launch {
|
||||
LinkNewDeviceRootEvent.LinkMobileDevice -> coroutineScope.launch {
|
||||
qrCodeData = AsyncData.Loading()
|
||||
// Wait for the QrCode to be ready
|
||||
linkNewMobileHandler.reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue