Skip to content

Commit

Permalink
Disable feed link input back button when fetching feed
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 18, 2023
1 parent 7e23f42 commit 316f6fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ internal fun FeedLinkInputField(
errorIndicatorColor = Color.Transparent,
),
leadingIcon = {
IconButton(onClick = onCancelFeedEntryClicked) {
IconButton(onClick = onCancelFeedEntryClicked, enabled = !isFetchingFeed) {
Icon(
imageVector = Icons.Rounded.ArrowBack,
contentDescription = null,
Expand Down

0 comments on commit 316f6fd

Please sign in to comment.