|
|
@ -141,10 +141,12 @@ class _LoginPageState extends State<LoginPage> { |
|
|
|
icon: const Icon(Icons.arrow_back), |
|
|
|
icon: const Icon(Icons.arrow_back), |
|
|
|
), |
|
|
|
), |
|
|
|
actions: [ |
|
|
|
actions: [ |
|
|
|
IconButton( |
|
|
|
if (serverConnectionStateSnapshot.data != null) ...[ |
|
|
|
onPressed: _loginBloc.refresh, |
|
|
|
IconButton( |
|
|
|
icon: const Icon(Icons.refresh), |
|
|
|
onPressed: _loginBloc.refresh, |
|
|
|
), |
|
|
|
icon: const Icon(Icons.refresh), |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
: null, |
|
|
|
: null, |
|
|
|