mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -97,6 +97,8 @@ class CustomGridView extends StatelessWidget {
|
||||
liveUrl: isLive ? item.liveUrl : null,
|
||||
width: isLive ? item.width.toInt() : null,
|
||||
height: isLive ? item.height.toInt() : null,
|
||||
// width: item.width.toInt(),
|
||||
// height: item.height.toInt(),
|
||||
);
|
||||
},
|
||||
).toList();
|
||||
|
||||
Reference in New Issue
Block a user