TF-3611 E2E Trash mailbox empty and recover

This commit is contained in:
DatDang
2025-04-02 16:03:32 +07:00
committed by Dat H. Pham
parent dd95e10017
commit 90e4962dd4
5 changed files with 89 additions and 1 deletions
@@ -237,7 +237,9 @@ class ThreadView extends GetWidget<ThreadController>
),
);
} else {
return const SizedBox.shrink();
return const SizedBox.shrink(
key: Key('clean_message_banner_not_visible'),
);
}
}),
if (!controller.responsiveUtils.isDesktop(context))