chore: Follow up search

This commit is contained in:
krille-chan 2024-05-05 14:17:12 +02:00
commit b20b599ce4
No known key found for this signature in database
5 changed files with 32 additions and 25 deletions

View file

@ -66,7 +66,7 @@ class ChatSearchView extends StatelessWidget {
controller: controller.tabController,
tabs: [
Tab(child: Text(L10n.of(context)!.messages)),
Tab(child: Text(L10n.of(context)!.photos)),
Tab(child: Text(L10n.of(context)!.gallery)),
Tab(child: Text(L10n.of(context)!.files)),
],
),