Bug? After update: First item of actiosheet doesn't raise an event

schimanski

Well-Known Member
Licensed User
Longtime User
After the update, all my first items of the actionsheets doesn't raise the event......
B4X:
Private Menue As ActionSheet
Menue.Initialize("Auswahl", "", "Abbrechen", "", Array As String ("1", "2", "3"))
 
Top