Skip to content

Commit f08acf7

Browse files
committed
WIP
1 parent 5b6e1f9 commit f08acf7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ActionButton.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ export default class ActionButton extends Component {
9999
toValue: 0,
100100
duration: 250,
101101
}).start();
102+
103+
this.setState({ active: false });
102104

103-
setTimeout(() => {
104-
this.setState({ active: false });
105-
}, 250);
105+
// setTimeout(() => {
106+
// this.setState({ active: false });
107+
// }, 250);
106108
}
107109

108110
renderButton() {

0 commit comments

Comments
 (0)