TF-2947 Update empty view also when no network connection
This commit is contained in:
committed by
Dat H. Pham
parent
b9b6d58b87
commit
a5a8d42763
@@ -469,6 +469,7 @@ class SearchEmailView extends GetWidget<SearchEmailController>
|
||||
(success) => success is! SearchingState
|
||||
? EmptyEmailsWidget(
|
||||
key: const Key('empty_search_email_view'),
|
||||
isNetworkConnectionAvailable: controller.networkConnectionController.isNetworkConnectionAvailable(),
|
||||
isSearchActive: true)
|
||||
: const SizedBox.shrink())
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user