mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-12 12:25:23 +03:00
Compare commits
No commits in common. "8153c3a438114f13594022b66f3bb3a477b3a6ee" and "d4ca612bff5fc1752f1bda18c8d0b80d81bef543" have entirely different histories.
8153c3a438
...
d4ca612bff
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
public abstract class Component {
|
||||
public static final ProviderMap<Component> providers = new ProviderMap<>();
|
||||
private static boolean registredComp = false;
|
||||
protected transient String componentName;
|
||||
protected String componentName;
|
||||
|
||||
public static void registerComponents() {
|
||||
if (!registredComp) {
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit f6706567b4d02e802a3d285ca5d1fb0086b6799e
|
||||
Subproject commit d20723ae0e41c7580560a4f9f402699dbce2ae4c
|
Loading…
Reference in a new issue