JustBar icon indicating copy to clipboard operation
JustBar copied to clipboard

setSelection issue : java.lang.NumberFormatException: For input string: "null"

Open ranjeetchouhan opened this issue 5 years ago • 2 comments

ranjeetchouhan avatar Jun 18 '19 01:06 ranjeetchouhan

setSelected parameter should be int and can't be null. For now, if you want to un-select all BarItems, try setting -1 value as selected position. I will fix this later.

Hamadakram avatar Jun 19 '19 08:06 Hamadakram

I want to select at item on initialization and passing same int but showing error

On Wed 19 Jun, 2019, 2:01 PM Hammad Akram, [email protected] wrote:

setSelected parameter should be int and can't be null. For now, if you want to un-select all BarItems, try setting -1 value as selected position. I will fix this later.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Hamadakram/JustBar/issues/4?email_source=notifications&email_token=AHAQ6LESSXL5Q5OHHWJ6NSDP3HVEXA5CNFSM4HY3SSC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYBDVOA#issuecomment-503462584, or mute the thread https://github.com/notifications/unsubscribe-auth/AHAQ6LCUKAPCICWOUE3PAWLP3HVEXANCNFSM4HY3SSCQ .

ranjeetchouhan avatar Jun 19 '19 12:06 ranjeetchouhan