CuongNT

Results 2 comments of CuongNT

at StickerView.java, find method: public boolean dispatchTouchEvent(MotionEvent event) , add else part like this: ``` switch (event.getAction()) { case MotionEvent.ACTION_DOWN: if (isInController(x, y)) { mInController = true; mLastPointY = y;...

I have the same issue, did you find any solution ? thank you