mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -90,6 +90,7 @@ Widget content(
|
||||
),
|
||||
if (pics != null && pics.isNotEmpty)
|
||||
ImageGridView(
|
||||
fullScreen: true,
|
||||
picArr: pics
|
||||
.map(
|
||||
(item) => ImageModel(
|
||||
@@ -100,7 +101,6 @@ Widget content(
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
fullScreen: true,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user