Skip to content

Commit

Permalink
Removed duplicate images
Browse files Browse the repository at this point in the history
  • Loading branch information
KartheekPa-Kore committed Mar 11, 2024
1 parent 7e0f6e8 commit 26c180e
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class AudioBubbleView: BubbleView, UICollectionViewDataSource, UICollectionViewD


override var intrinsicContentSize : CGSize {
return CGSize(width: BubbleViewMaxWidth, height: 44)
return CGSize(width: BubbleViewMaxWidth, height: 200)
}

func visibleCells() -> NSArray {
Expand Down Expand Up @@ -117,7 +117,7 @@ class AudioBubbleView: BubbleView, UICollectionViewDataSource, UICollectionViewD
cell.playerViewController.view.frame = cell.videoPlayerView.frame
cell.playerViewController.player?.pause()
cell.videoPlayerView.addSubview(cell.playerViewController.view)
cell.playerViewController.view.backgroundColor = .lightGray
cell.playerViewController.view.backgroundColor = .white


// cell.component = self.components.object(at: (indexPath as NSIndexPath).row) as! Component //kk
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 26c180e

Please sign in to comment.