TF-3611 E2E Trash mailbox empty and recover
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user