ZupIT/beagle

Operations with arrays does not perform correctly when using the same array for all operations

Closed this issue · 0 comments

Description

In Android only, when using the same array for all operations through the context and return the result of each in a text, incorrect values are returned. When using each operation separately, the error does not occur.

Steps To Reproduce

  1. Build a screen containing multiple array operations using the same array.

Expected Results

When performing array operations using the same array is all, I expect the values to be returned correctly.

Code example

https://run.mocky.io/v3/e5d19ef7-4e9b-4aad-932a-f6dd756f84c4

Example in android platform

Captura de tela de 2021-08-20 10-53-13

The same scenario working on the ios platform

Captura de tela de 2021-08-20 10-55-21