Skip to content

Commit

Permalink
moved media provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Nov 15, 2024
1 parent 189c677 commit c51a5f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ struct KnockRequestCellInfo {

struct KnockRequestCell: View {
let cellInfo: KnockRequestCellInfo
var mediaProvider: MediaProviderProtocol?
let onAccept: (String) -> Void
let onDecline: (String) -> Void
let onDeclineAndBan: (String) -> Void
var mediaProvider: MediaProviderProtocol?

var body: some View {
VStack(spacing: 0) {
Expand Down

0 comments on commit c51a5f2

Please sign in to comment.