TF-2947 Update empty view also when no network connection
This commit is contained in:
committed by
Dat H. Pham
parent
b9b6d58b87
commit
a5a8d42763
@@ -998,6 +998,13 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get no_internet_connection_try_again_later {
|
||||
return Intl.message(
|
||||
'No internet connection, try again later.',
|
||||
name: 'no_internet_connection_try_again_later'
|
||||
);
|
||||
}
|
||||
|
||||
String get page_name {
|
||||
return Intl.message(
|
||||
'Twake Mail',
|
||||
|
||||
Reference in New Issue
Block a user