mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 19:12:04 +00:00
fix: ensure keepAlive is called in AutoBackupLocationState build method
This commit is contained in:
parent
0903b9d7e3
commit
75d5013179
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class BackupFrequencyOptionsState extends _$BackupFrequencyOptionsState {
|
|||
class AutoBackupLocationState extends _$AutoBackupLocationState {
|
||||
@override
|
||||
(String, String) build() {
|
||||
ref.keepAlive();
|
||||
_refresh();
|
||||
return ("", isar.settings.getSync(227)!.autoBackupLocation ?? "");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue