Skip to content

Commit

Permalink
Merge pull request #25 from avidraghav/fix/launches_screen_ui
Browse files Browse the repository at this point in the history
Launches Screen UI bug fix
  • Loading branch information
avidraghav authored Aug 15, 2023
2 parents bf01a90 + 23224b5 commit 0986fbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ fun LaunchesScreen(
.align(Alignment.Center)
.padding(MaterialTheme.spacing.medium)
)
} else {
}
if (state.isLoading.not()) {
Text(
text = stringResource(id = R.string.no_upcoming_launches),
modifier = Modifier.align(Alignment.Center)
Expand Down

0 comments on commit 0986fbd

Please sign in to comment.