Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR improves the behavior of the device settings, by: 1) We now invoke `updatedDeviceSettings` only when the user releases the "font size" slider, this change prevents issues with applications not being able to handle updates in quick succession and better models how the end user would change the font size. 2) we only send `replaysEnabled` and `showTouches` to the sim-server when the new setting is a change compared to the previous one preventing sim-server from logging errors about setting already being enabled like the following: ``` sim-server: video_error replay already exists ``` ### How Has This Been Tested: run test application and see if the `updatedDeviceSettings` is invoked only once per slide and if sim-server is affected by changes unrelated to it
- Loading branch information