Skip to content

Commit e0787ef

Browse files
committed
Hide invitation progress on invitation error
1 parent 826aaf4 commit e0787ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/androidMain/kotlin/cz/frantisekmasa/wfrp_master/common/invitation/InvitationScannerScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ actual class InvitationScannerScreen : Screen {
7777
invitation,
7878
screenModel,
7979
onSuccess = { navigator.pop() },
80-
onError = { setInvitation(invitation) },
80+
onError = { setInvitation(null) },
8181
)
8282
}
8383
else -> {

0 commit comments

Comments
 (0)