Permalink
Browse files
Merge remote-tracking branch 'origin/master'
- Loading branch information...
Showing
with
1 addition
and
5 deletions.
-
+1
−5
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