mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-10 09:18:52 +01:00
Fix wrong photos count in person browser
This commit is contained in:
parent
3d534599ce
commit
3c9ed7dd83
1 changed files with 1 additions and 2 deletions
|
@ -199,8 +199,7 @@ class _PersonBrowserState extends State<PersonBrowser>
|
||||||
if (state is! ListFaceFileBlocLoading &&
|
if (state is! ListFaceFileBlocLoading &&
|
||||||
!_buildItemQueue.isProcessing)
|
!_buildItemQueue.isProcessing)
|
||||||
Text(
|
Text(
|
||||||
L10n.global()
|
L10n.global().personPhotoCountText(_backingFiles.length),
|
||||||
.personPhotoCountText(itemStreamListItems.length),
|
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: AppTheme.getSecondaryTextColor(context),
|
color: AppTheme.getSecondaryTextColor(context),
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
|
Loading…
Reference in a new issue