mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-03-22 00:24:16 +00:00
Merge c2039d14fd into 2cc8d2620d
This commit is contained in:
commit
8b66c71a7b
@ -192,12 +192,11 @@ class ArtistPageHeader extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
const Gap(5),
|
const Gap(5),
|
||||||
|
if (artist.followers != null)
|
||||||
Flexible(
|
Flexible(
|
||||||
child: AutoSizeText(
|
child: AutoSizeText(
|
||||||
context.l10n.followers(
|
context.l10n.followers(
|
||||||
artist.followers == null
|
PrimitiveUtils.toReadableNumber(
|
||||||
? double.infinity
|
|
||||||
: PrimitiveUtils.toReadableNumber(
|
|
||||||
artist.followers!.toDouble(),
|
artist.followers!.toDouble(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user