mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Compile fix
This commit is contained in:
parent
54bfc6de9c
commit
1bc9351b0c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public static synchronized void startAutoRefresh() {
|
||||||
}
|
}
|
||||||
executorService.scheduleAtFixedRate(() -> {
|
executorService.scheduleAtFixedRate(() -> {
|
||||||
try {
|
try {
|
||||||
restore(false, true);
|
restore(false, true, false);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LogHelper.error(e);
|
LogHelper.error(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue