A. Frank
A. Frank
It still triggers the onClickListener when you close (swipe back) the surface view
You may want to try this work-around: ``` java swipeLayout.setOnClickListener(new View.OnClickListener() { boolean wasClosed = true; @Override public void onClick(View v) { if (SwipeLayout.Status.Close == swipeLayout.getOpenStatus()) { if (wasClosed) {...
Ran into the same problem -- `npm install` is failing with: ... npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"~17.0.2" from the root project npm ERR! npm ERR!...