mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
Attempt onClick fix
This commit is contained in:
parent
8de3d5cdd4
commit
ee73ae1d41
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user