opt: replace gif
This commit is contained in:
@ -295,7 +295,7 @@ class EpisodeListItem extends StatelessWidget {
|
|||||||
dense: false,
|
dense: false,
|
||||||
leading: isCurrentIndex
|
leading: isCurrentIndex
|
||||||
? Image.asset(
|
? Image.asset(
|
||||||
'assets/images/live.gif',
|
'assets/images/live.png',
|
||||||
color: primary,
|
color: primary,
|
||||||
height: 12,
|
height: 12,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -122,7 +122,7 @@ class ProfilePanel extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
child: Row(children: [
|
child: Row(children: [
|
||||||
Image.asset(
|
Image.asset(
|
||||||
'assets/images/live.gif',
|
'assets/images/live.png',
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
|
|||||||
@ -153,7 +153,7 @@ class _PagesPanelState extends State<PagesPanel> {
|
|||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
if (isCurrentIndex) ...<Widget>[
|
if (isCurrentIndex) ...<Widget>[
|
||||||
Image.asset(
|
Image.asset(
|
||||||
'assets/images/live.gif',
|
'assets/images/live.png',
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
height: 12,
|
height: 12,
|
||||||
),
|
),
|
||||||
|
|||||||
@ -84,7 +84,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
|
|||||||
dense: false,
|
dense: false,
|
||||||
leading: isCurrentIndex
|
leading: isCurrentIndex
|
||||||
? Image.asset(
|
? Image.asset(
|
||||||
'assets/images/live.gif',
|
'assets/images/live.png',
|
||||||
color: primary,
|
color: primary,
|
||||||
height: 12,
|
height: 12,
|
||||||
)
|
)
|
||||||
@ -140,7 +140,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
|
|||||||
),
|
),
|
||||||
const SizedBox(width: 15),
|
const SizedBox(width: 15),
|
||||||
Image.asset(
|
Image.asset(
|
||||||
'assets/images/live.gif',
|
'assets/images/live.png',
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
height: 12,
|
height: 12,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user