mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Bug fixes
This commit is contained in:
parent
bc7cb4ccd4
commit
525facc538
9 changed files with 171 additions and 121 deletions
|
@ -304,7 +304,7 @@ class _HomeState extends State<Home> {
|
|||
displacement: 95,
|
||||
onRefresh: () async {
|
||||
final result = await statusProvider.getServerStatus();
|
||||
if (result == false) {
|
||||
if (mounted && result == false) {
|
||||
showSnacbkar(
|
||||
appConfigProvider: appConfigProvider,
|
||||
label: AppLocalizations.of(context)!.serverStatusNotRefreshed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue