Hey there!, thanks for this awesome code, I'm trying it out and what is happening to me is:
IsOpen() == false
- Open(); - IsOpen() == true
- Close(); - IsOpen() == false
- Open(); - IsOpen() == true
- Close(); - IsOpen() == true
And from then I that state won't change, it will be always true.
Any ideas what could be?
Thanks in advance!
Hey there!, thanks for this awesome code, I'm trying it out and what is happening to me is:
IsOpen() == false
And from then I that state won't change, it will be always
true.Any ideas what could be?
Thanks in advance!