FlipView icon indicating copy to clipboard operation
FlipView copied to clipboard

Hi on onFlipViewClick the isChecked is returning only true.

Open ashokslsk opened this issue 9 years ago • 1 comments

@polok Hi Please can you check the boolean isChecked in onFlipViewClick is not giving stable true false values.

ashokslsk avatar Dec 30 '15 11:12 ashokslsk

women.setFlipViewChangeListener(new FlipView.FlipViewChangeListener() { @Override public void onFlipViewClick(FlipView flipView, boolean isChecked) { if(isChecked){ women_bool = isChecked; Interest.setText("Women "+isChecked); } } });

This is my code...

ashokslsk avatar Dec 30 '15 11:12 ashokslsk