Skip to content

Commit 263a297

Browse files
committed
fix: gate contact details loading
1 parent 6f9aa72 commit 263a297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/screens/contacts/ContactDetailScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private fun Content(
114114
)
115115

116116
when {
117-
uiState.isLoading && currentProfile == null -> LoadingState()
117+
uiState.isLoading -> LoadingState()
118118
currentProfile != null -> ContactBody(
119119
profile = currentProfile,
120120
tags = uiState.tags,

0 commit comments

Comments
 (0)