Skip to content

Commit

Permalink
removed unnecessary disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Dec 11, 2024
1 parent 3d14edf commit 8704979
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ struct RoomDetailsScreen: View {
context.send(viewAction: .toggleFavourite(isFavourite: newValue))
}
}
.disabled(context.viewState.notificationSettingsState.isLoading)
}

private var peopleSection: some View {
Expand Down

0 comments on commit 8704979

Please sign in to comment.