mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
Small fix to broadcast_list_tile (#3214)
This commit is contained in:
committed by
GitHub
parent
35693cf726
commit
a68d406b85
@@ -233,7 +233,7 @@ class _BroadcastNextPageTileState extends State<BroadcastNextPageTile> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return FutureBuilder(
|
||||
future: null,
|
||||
future: nextPageFuture,
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.hasError) {
|
||||
if (kDebugMode) {
|
||||
|
||||
Reference in New Issue
Block a user