mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: Chat UI doesnt load
This commit is contained in:
parent
3d4decb5b5
commit
4f20ea4d64
@ -238,7 +238,7 @@ class ChatUI extends StatelessWidget {
|
||||
child: FutureBuilder<bool>(
|
||||
future: controller.getTimeline(),
|
||||
builder: (BuildContext context, snapshot) {
|
||||
if (!snapshot.hasData) {
|
||||
if (controller.timeline == null) {
|
||||
return Center(
|
||||
child: CircularProgressIndicator(),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user