mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-03-11 17:15:39 +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(
|
||||
stream: _stream,
|
||||
builder: (BuildContext context, snapshot) {
|
||||
if (snapshot.hasError) {
|
||||
if (snapshot.hasError && (snapshot.data?.isEmpty ?? true) == true) {
|
||||
print(snapshot.error);
|
||||
print(snapshot.stackTrace);
|
||||
return Text("Error: ${snapshot.error}");
|
||||
|
|
|
|||
Loading…
Reference in a new issue