B4X:
Sub vvvit5_Error(MEDIA_ERROR As Int) As Boolean
Log("Error: " & MEDIA_ERROR)
Wait For (xui.MsgboxAsync("error","info")) Msgbox_Result (Result As Int)
For Each v As View In Activity.GetAllViewsRecursive
If v.Tag Is B4XLoadingIndicator And v.Visible = True Then
Dim x As B4XLoadingIndicator = v.Tag
x.Hide
End If
Next
Activity.Finish
StartActivity(main)
Return True
End Sub
Resumable subs return type must be ResumableSub (or none).
I get this error.
what should I do..