Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

2.0.0-RC1 Improve callability from Java code #32

@grote

Description

@grote

The 2.0.0-RC1 has some issues if called by Java code. E.g. instead of the FabSpeedDial.OnMenuItemClickListener, there now a strange Function3 that you can't really implement:

Screenshot

There's a similar issue for addOnStateChangeListener(). You can't just do

speedDial.addOnStateChangeListener(open -> {
	if (open) doSomething()
});

Because open is not a boolean, but <lambda parameter>.

Please ensure that the library can still be used with Java before releasing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions