-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onStickerSelectEventListener issue #9
Comments
I had the same problem. Affected lines:
So was my code that solves it:
|
@BrianMedina0903 how did you override the method? |
Thanks @devbrianmedina |
Hello, I am trying to use your library for an app I am making in Android with Kotlin (even though this was made in Java, I am able to invoke any function used here in Kotlin as well)
I have my timeTable set up with two dummy schedules. I added the schedules to the time table, so their stickers DO show up on the timeTableView UI.
After that, I made a binding by doing timeTable.setOnStickerSelectListener. I am able to access IDX and an array list of stickers.
My issue is that when I click on a sticker, IDX is still 0. Is that supposed to happen? Is IDX supposed to represent a unique ID for each sticker? How can I capture the sticker that was just selected properly, and convert that to a Schedule object?
The text was updated successfully, but these errors were encountered: