diff --git a/lib/main.dart b/lib/main.dart index f53d7e1..8ac517e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -276,9 +276,9 @@ class _AuthenticationWrapperState extends State { super.initState(); // Temporary Fix: Can be removed if the flutter engine implements the fix itself // Activate the highest supported refresh rate on the device - // if (Platform.isAndroid) { - // _setOptimalDisplayMode(); - // } + if (Platform.isAndroid) { + _setOptimalDisplayMode(); + } initializeDateFormatting(); // For sharing files coming from outside the app while the app is still opened ReceiveSharingIntent.getMediaStream()