Swipeable-Cards icon indicating copy to clipboard operation
Swipeable-Cards copied to clipboard

OnDiscardListener working in reverse order

Open Nayar opened this issue 9 years ago • 1 comments

 setOnCardDimissedListener(new OnCardDimissedListener() {
                @Override
                public void onLike() {
                    MainActivity.wv.loadUrl(profileurl);
                    Log.v("andtinder",profileurl);
                }

                @Override
                public void onDislike() {

                }
            });

If i like the first card, the profile url in the last card gets called If i like the second card, the second last card action gets called

Anyone experiencing this issue?

Nayar avatar Mar 26 '15 14:03 Nayar

I had similar problems Check out this blog for further information http://styssi.blogspot.de/2015/04/tinder-swipe-functionality-with.html

styssi avatar Apr 27 '15 19:04 styssi