1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-14 02:20:45 +01:00

Remove unused sizedbox

This commit is contained in:
stonegate 2020-07-13 14:31:21 +08:00
parent 1de2e5311e
commit cc61f5381e

View File

@ -502,14 +502,13 @@ class EpisodeGrid extends StatelessWidget {
crossAxisAlignment: crossAxisAlignment:
CrossAxisAlignment.center, CrossAxisAlignment.center,
children: <Widget>[ children: <Widget>[
layout != Layout.one if (layout != Layout.one)
? Align( Align(
alignment: Alignment.bottomLeft, alignment: Alignment.bottomLeft,
child: _pubDate(context, child: _pubDate(context,
episode: episodes[index], episode: episodes[index],
color: _c), color: _c),
) ),
: SizedBox(width: 1),
Spacer(), Spacer(),
layout != Layout.three && layout != Layout.three &&
episodes[index].duration != 0 episodes[index].duration != 0