Search code examples
app-inventor

Call block with missing inputs when using auto-complete in App Inventor 2


I defined a procedure taking 3 inputs in App Inventor 2. How comes when I create a call block for that procedure using auto-complete the created block has no input?

enter image description here

From my understanding the block should be instead (which is the case when I drag the procedure from the procedure drawer):

enter image description here


Solution

  • It turned out to be a bug. Bug report: https://code.google.com/p/app-inventor-for-android/issues/detail?id=2853