mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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 &&
|
||||
!_buildItemQueue.isProcessing)
|
||||
Text(
|
||||
L10n.global()
|
||||
.personPhotoCountText(itemStreamListItems.length),
|
||||
L10n.global().personPhotoCountText(_backingFiles.length),
|
||||
style: TextStyle(
|
||||
color: AppTheme.getSecondaryTextColor(context),
|
||||
fontSize: 12,
|
||||
|
|
Loading…
Reference in a new issue