17
Views
2
Comments
Solved
Avoid from double update mobile

Hi Everyone. 


In a same action I add new object in a list and than I sort the list. 


In this case the mobile screen scratches and after a moment it comes back to normal look. 


Can anyone help to solve this problem ?


Regards,

Anahit 

2025-01-07 17-06-54
Paulo Cação
Champion
Solution

Hi Anahit,

Only the list have this effect, right? Or all the screen?

It is normal, because the list are "rendered" again. To smooth this effect, you can use Animate items = True in your list. 

Other solution, you can create a spin loader (like a flag), when you start the action, you show the spin loader and at the end of the action you remove him.


Best regards.

2019-02-21 09-18-54
Anahit Pahlevanyan

Paulo Cação wrote:

Thank you Paulo.


I put animate items to false and all crazy animations is finished.

Hi Anahit,

Only the list have this effect, right? Or all the screen?

It is normal, because the list are "rendered" again. To smooth this effect, you can use Animate items = True in your list. 

Other solution, you can create a spin loader (like a flag), when you start the action, you show the spin loader and at the end of the action you remove him.


Best regards.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.