Skip to content

Commit f738109

Browse files
committed
fix: Fixed a bug where the search page was displaying wrong TOTP codes.
1 parent 0f040e0 commit f738109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pages/home.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ class _TotpSearchDelegate extends SearchDelegate<Totp> {
438438
itemBuilder: (context, index) {
439439
Totp totp = searchResults[index];
440440
return TotpWidget(
441+
key: ValueKey(totp.uuid),
441442
totp: totp,
442443
onTap: (context) => close(context, totp),
443444
);

0 commit comments

Comments
 (0)