TF-599 Apply new icon for mailbox search

This commit is contained in:
dab246
2022-05-31 17:30:30 +07:00
committed by Dat H. Pham
parent 2f99af4004
commit 30f3fc952d
7 changed files with 208 additions and 116 deletions
@@ -364,9 +364,7 @@ class MailboxView extends GetWidget<MailboxController> {
children: [
_buildBackSearchButton(context),
Expanded(child: (SearchAppBarWidget(
context,
_imagePaths,
_responsiveUtils,
controller.searchQuery.value,
controller.searchFocus,
controller.searchInputController,
@@ -411,7 +409,9 @@ class MailboxView extends GetWidget<MailboxController> {
primary: false,
itemBuilder: (context, index) =>
Obx(() => (MailboxSearchTileBuilder(
context,
_imagePaths,
_responsiveUtils,
controller.listMailboxSearched[index],
allSelectMode: controller.currentSelectMode.value,
lastMailbox: controller.listMailboxSearched.last)