forked from joejulian/gio
bcb123a05e
Some devices with high refresh rates limit SurfaceView apps to 60hz and need a specific API call to set it back. Same approach is used by https://github.com/ajinasokan/flutter_displaymode. The extra work is skipped on the devices that don't need it. Signed-off-by: Ilia Demianenko <ilia.demianenko@gmail.com>