mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
@ -58,6 +58,7 @@ class ProfilePage extends StatelessWidget {
|
||||
TextSpan(
|
||||
style: TextStyle(color: LAYER_5),
|
||||
children: textToSpans(
|
||||
context,
|
||||
profile.about ?? "",
|
||||
[],
|
||||
profile.pubKey,
|
||||
|
@ -145,6 +145,7 @@ class _StreamPage extends State<StreamPage> with RouteAware {
|
||||
url: stream.info.stream!,
|
||||
placeholder: stream.info.image,
|
||||
aspectRatio: 16 / 9,
|
||||
isLive: true,
|
||||
)
|
||||
: (stream.info.image?.isNotEmpty ?? false)
|
||||
? ProxyImg(url: stream.info.image)
|
||||
|
Reference in New Issue
Block a user