mod: 移除稍后再看上限数字展示
This commit is contained in:
@ -32,7 +32,7 @@ class _LaterPageState extends State<LaterPage> {
|
|||||||
title: Obx(
|
title: Obx(
|
||||||
() => _laterController.laterList.isNotEmpty
|
() => _laterController.laterList.isNotEmpty
|
||||||
? Text(
|
? Text(
|
||||||
'稍后再看 (${_laterController.laterList.length}/100)',
|
'稍后再看 (${_laterController.laterList.length})',
|
||||||
style: Theme.of(context).textTheme.titleMedium,
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
)
|
)
|
||||||
: Text(
|
: Text(
|
||||||
|
Reference in New Issue
Block a user