|
|
@ -57,11 +57,7 @@ class ChatSearchView extends StatelessWidget {
|
|
|
|
autofocus: true,
|
|
|
|
autofocus: true,
|
|
|
|
enabled: controller.tabController.index == 0,
|
|
|
|
enabled: controller.tabController.index == 0,
|
|
|
|
decoration: InputDecoration(
|
|
|
|
decoration: InputDecoration(
|
|
|
|
hintText: L10n.of(context)!.searchIn(
|
|
|
|
hintText: L10n.of(context)!.search,
|
|
|
|
room.getLocalizedDisplayname(
|
|
|
|
|
|
|
|
MatrixLocals(L10n.of(context)!),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
suffixIcon: const Icon(Icons.search_outlined),
|
|
|
|
suffixIcon: const Icon(Icons.search_outlined),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|