mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-21 11:01:56 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 9766ba8a0e859551cf6e6de9c853e89000fd3e7d
This commit is contained in:
parent
33390a4d95
commit
e13ae831fd
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class _RenderStreamListState extends State<RenderStreamList> {
|
||||||
return StreamBuilder(
|
return StreamBuilder(
|
||||||
stream: _stream,
|
stream: _stream,
|
||||||
builder: (BuildContext context, snapshot) {
|
builder: (BuildContext context, snapshot) {
|
||||||
if (snapshot.hasError) {
|
if (snapshot.hasError && (snapshot.data?.isEmpty ?? true) == true) {
|
||||||
print(snapshot.error);
|
print(snapshot.error);
|
||||||
print(snapshot.stackTrace);
|
print(snapshot.stackTrace);
|
||||||
return Text("Error: ${snapshot.error}");
|
return Text("Error: ${snapshot.error}");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue