Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-livefront committed Dec 11, 2024
1 parent 7f70f87 commit bf54b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class ItemListingViewModel @Inject constructor(
.first { it.data != null }

val didLaunchAddTotpFlow = authenticatorBridgeManager.startAddTotpLoginItemFlow(
totpUri = item.data?.toOtpAuthUriString() ?: "",
totpUri = item.data?.toOtpAuthUriString().orEmpty(),
)
if (!didLaunchAddTotpFlow) {
mutableStateFlow.update {
Expand Down

0 comments on commit bf54b13

Please sign in to comment.