mirror of
https://github.com/stonega/tsacdop
synced 2025-02-10 08:30:45 +01:00
Remove unused sizedbox
This commit is contained in:
parent
1de2e5311e
commit
cc61f5381e
@ -502,14 +502,13 @@ class EpisodeGrid extends StatelessWidget {
|
||||
crossAxisAlignment:
|
||||
CrossAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
layout != Layout.one
|
||||
? Align(
|
||||
if (layout != Layout.one)
|
||||
Align(
|
||||
alignment: Alignment.bottomLeft,
|
||||
child: _pubDate(context,
|
||||
episode: episodes[index],
|
||||
color: _c),
|
||||
)
|
||||
: SizedBox(width: 1),
|
||||
),
|
||||
Spacer(),
|
||||
layout != Layout.three &&
|
||||
episodes[index].duration != 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user