Skip to content

Commit c7e96bc

Browse files
committed
fix(android): fab button was not working anymore
1 parent c73a55a commit c7e96bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/floatingactionbutton/floatingactionbutton-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const expandedProperty = new Property<FloatingActionButtonBase, boolean>(
2424
});
2525

2626
@CSSType('MDFloatingActionButton')
27-
export abstract class FloatingActionButtonBase extends NSButton {
27+
export abstract class FloatingActionButtonBase extends View {
2828
constructor() {
2929
super();
3030
// we need to set the default through css or user would not be able to overload it through css...

0 commit comments

Comments
 (0)