mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: reply pic showing
This commit is contained in:
@@ -140,7 +140,8 @@ class _NineGridViewState extends State<NineGridView> {
|
||||
double space = widget.space;
|
||||
double itemW;
|
||||
if (widget.type == NineGridType.weiBo &&
|
||||
(itemCount == 1 || itemCount == 2 || itemCount == 4)) {
|
||||
(itemCount == 1 || itemCount == 2)) {
|
||||
// || itemCount == 4
|
||||
itemW = (width - space) / 2;
|
||||
} else {
|
||||
itemW = (width - space * 2) / 3;
|
||||
|
||||
Reference in New Issue
Block a user