mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-15 19:48:23 +00:00
fix: hide mute button for self
This commit is contained in:
@ -46,6 +46,7 @@ class _StreamPage extends State<StreamPage> {
|
||||
setState(() {
|
||||
_chewieController = ChewieController(
|
||||
videoPlayerController: _controller!,
|
||||
aspectRatio: 16 / 9,
|
||||
autoPlay: true,
|
||||
placeholder:
|
||||
(widget.stream.info.image?.isNotEmpty ?? false)
|
||||
|
Reference in New Issue
Block a user