mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 22:42:50 +00:00
Bug fixes
This commit is contained in:
parent
bc7cb4ccd4
commit
525facc538
9 changed files with 171 additions and 121 deletions
|
@ -80,7 +80,7 @@ class _ManagementModalState extends State<ManagementModal> with SingleTickerProv
|
|||
newStatus: value,
|
||||
time: time
|
||||
);
|
||||
if (result != null) {
|
||||
if (mounted && result != null) {
|
||||
if (result != false) {
|
||||
appConfigProvider.addLog(result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue