Skip to content

Commit

Permalink
Fixed hls viewer header
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Dec 7, 2023
1 parent 50a67e6 commit d1a9f85
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ class HLSViewerHeader extends StatelessWidget {
? Container()
: HMSRoomLayout.roleLayoutData!.logo!.url!.contains("svg")
? SvgPicture.network(
HMSRoomLayout.roleLayoutData!.logo!.url!)
HMSRoomLayout.roleLayoutData!.logo!.url!,
height: 30,
width: 30,
)
: Image.network(
HMSRoomLayout.roleLayoutData!.logo!.url!,
errorBuilder: (context, exception, _) {
Expand Down

0 comments on commit d1a9f85

Please sign in to comment.