diff --git a/lib/main.dart b/lib/main.dart index c9796ca..14e4918 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -143,7 +143,7 @@ void main() async { .preferredLocaleSubtag = event.preferredLocaleSubtag); -if (!Platform.isIOS) { +if (Platform.isAndroid) { // Temporary Fix: Can be removed if the flutter engine implements the fix itself // Activate the highest availabe refresh rate on the device await FlutterDisplayMode.setHighRefreshRate();