Attempt onClick fix

This commit is contained in:
WiredSpast 2023-04-04 03:37:54 +02:00 committed by GitHub
parent 8de3d5cdd4
commit ee73ae1d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,9 +169,7 @@ public abstract class ExtensionBase extends IExtension {
* The application got doubleclicked from the G-Earth interface. Doing something here is optional * The application got doubleclicked from the G-Earth interface. Doing something here is optional
*/ */
@Override @Override
void onClick() { public void onClick() {}
}
@Override @Override
protected ExtensionInfo getInfoAnnotations() { protected ExtensionInfo getInfoAnnotations() {