Android Question Charsequence Click interception

epiCode

Active Member
Licensed User
I have a lable which has clickable charsequence text in it.
I also have an action associated with clicking on the label.

Now when I click in some clickable part of charsequence the label click is triggered before CS click.

Is it possible to somehow reverse the interception OR programatically know if CS is clicked in label_click routine?

Thanks!
 
Solution
Found a solution!

Sharing for others:

set Sleep(0) in beginning of label_click event
It will trigger the charsequence clickable text and then return to process label_click later ( which you can skip if you set a flag in cs_clicked )

epiCode

Active Member
Licensed User
Found a solution!

Sharing for others:

set Sleep(0) in beginning of label_click event
It will trigger the charsequence clickable text and then return to process label_click later ( which you can skip if you set a flag in cs_clicked )
 
Upvote 0
Solution
Cookies are required to use this site. You must accept them to continue using the site. Learn more…