mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] UpdatesProvider register
This commit is contained in:
parent
9fba637f83
commit
1ff58099bd
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ public abstract class UpdatesProvider {
|
||||||
|
|
||||||
public static void registerProviders() {
|
public static void registerProviders() {
|
||||||
if (!registredProviders) {
|
if (!registredProviders) {
|
||||||
|
providers.register("local", LocalUpdatesProvider.class);
|
||||||
registredProviders = true;
|
registredProviders = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue