Comment 4 for bug 1227595

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote : Re: [touch] The screen brightness change is not realtime

@charles

I think I did that way because I was having problems to keep sync btw the UI and the backend, since the backend notifies the UI every time that the device changes the property, sometimes moving the slider is faster than update the device property, this cause the backend to notify a old value and the UI was changing to a old value instead of keep sync with the user interaction.

In my opinion the correct is ignore the backend updates during the user interaction but since the SDK component does not provide a way to know that (during the time that I was working on that), the easy way was update after the user interaction.