Android Question calling startactivity or stopactivity in XCustomlistview itemclick

Addo

Well-Known Member
Licensed User
i got this hint in the logger when i call start activity in itemclick event and the item keeps as selected

B4X:
Sleep not resumed (context is paused): b4a.example3.customlistview$ResumableSub_PanelClickHandler

thats how i call it

B4X:
Sub xclv_ItemClick (Index As Int, Value As Object)
StartActivity(moudle2)
End sub

what i am doing wrong ?
 
Top