feat: start of pending screen
This commit is contained in:
parent
019a21f00e
commit
ee9c4c3801
12 changed files with 425 additions and 67 deletions
|
|
@ -23,10 +23,12 @@ class _AwaitLoadingState extends State<AwaitLoading> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
t = Timer(Duration(seconds: 8), () {
|
||||
setState(() {
|
||||
text =
|
||||
"Il semblerait qu'il y ait un problème. Vérifiez que vous êtes connecté·e à internet.";
|
||||
});
|
||||
if (context.mounted) {
|
||||
setState(() {
|
||||
text =
|
||||
"Il semblerait qu'il y ait un problème. Vérifiez que vous êtes connecté·e à internet.";
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
return Column(
|
||||
|
|
|
|||
Reference in a new issue