Skip to content

Commit

Permalink
fixed blink bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlo2102 committed Nov 22, 2017
1 parent 44a4df1 commit e825f64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/main/java/com/vrg/flipview/DoubleFlipView.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,4 @@ public interface OnItemClickListener<I>{
}
}


1 change: 1 addition & 0 deletions lib/src/main/java/com/vrg/flipview/FlipView.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@ public interface ViewBinder<I> {
}
}


1 change: 1 addition & 0 deletions sample/src/main/java/com/vrg/sample/ImageBinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ public int getBackSideLayoutRes() {
return R.layout.item_back;
}
}

1 change: 1 addition & 0 deletions sample/src/main/java/com/vrg/sample/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ public void onItemClick(int position, boolean left, ImageItem item) {
container.notifyDatasetChanged();
}
}

0 comments on commit e825f64

Please sign in to comment.