Closed swift-kim closed 2 years ago
Add support for the invertColors accessibility feature for TV devices.
Other minor changes:
system_settings_key_e(SYSTEM_SETTINGS_KEY_MENU_SYSTEM_ACCESSIBILITY_HIGHCONTRAST)
result
ret
Closes https://github.com/flutter-tizen/flutter-tizen/issues/151.
Add support for the invertColors accessibility feature for TV devices.
Other minor changes:
system_settings_key_e(SYSTEM_SETTINGS_KEY_MENU_SYSTEM_ACCESSIBILITY_HIGHCONTRAST)
for better readability and consistency.result
toret
(it's common practice in this repo).Closes https://github.com/flutter-tizen/flutter-tizen/issues/151.