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