Add missing test

This commit is contained in:
Benoit Marty 2025-12-16 20:13:07 +01:00
parent 086229f5dc
commit 05fc9ea217
2 changed files with 27 additions and 4 deletions

View file

@ -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()