Skip to content
Browse files

Merge remote-tracking branch 'origin/master'

  • Loading branch information...
2 parents 9ae93ba + b3243a1 commit 19ceb5862c3ec1a5d281b811c3ebd6ed6d3d0825 @roughike committed
Showing with 1 addition and 5 deletions.
  1. +1 −5 README.md
View
6 README.md
@@ -64,7 +64,7 @@ swipeSelector.setItems(
SwipeItem selectedItem = swipeSelector.getSelectedItem();
// The value is the first argument provided when creating the SwipeItem.
-int value = selectedItem.value;
+int value = (Integer) selectedItem.value;
// for example
if (value == 0) {
@@ -128,10 +128,6 @@ Send me a pull request with modified README.md or contact me at iiro.krankka@gma
Feel free to create issues / pull requests.
-## Known issues
-
-* Doesn't hold state on orientation change properly.
-
## License
```

0 comments on commit 19ceb58

Please sign in to comment.
Something went wrong with that request. Please try again.