mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-11 03:49:43 +03:00
Compare commits
2 commits
d4ca612bff
...
8153c3a438
Author | SHA1 | Date | |
---|---|---|---|
|
8153c3a438 | ||
|
9d81db25d8 |
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 String componentName;
|
||||
protected transient String componentName;
|
||||
|
||||
public static void registerComponents() {
|
||||
if (!registredComp) {
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit d20723ae0e41c7580560a4f9f402699dbce2ae4c
|
||||
Subproject commit f6706567b4d02e802a3d285ca5d1fb0086b6799e
|
Loading…
Reference in a new issue