Arno Lehtonen

Results 5 comments of Arno Lehtonen

I managed to use trackBy with a nested array without any problems. Is this some special case? ```

@cca-developer If you already haven't, simplify the trackBy and try returning only `item.proposalRevisionItemID`. Or remove it completely, and then call `(removeItem)="removeItem($event, index, item.proposalRevisionItemID)`, if that's what you need.

@eduplus Added a prompt to select the build variant. Additionally, I feel like the `askQuestion` method in `android.js` should be refactored or removed