mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 08:08:14 -06:00
fix: Re-enable high refresh rate
This commit is contained in:
@@ -276,9 +276,9 @@ class _AuthenticationWrapperState extends State<AuthenticationWrapper> {
|
|||||||
super.initState();
|
super.initState();
|
||||||
// Temporary Fix: Can be removed if the flutter engine implements the fix itself
|
// Temporary Fix: Can be removed if the flutter engine implements the fix itself
|
||||||
// Activate the highest supported refresh rate on the device
|
// Activate the highest supported refresh rate on the device
|
||||||
// if (Platform.isAndroid) {
|
if (Platform.isAndroid) {
|
||||||
// _setOptimalDisplayMode();
|
_setOptimalDisplayMode();
|
||||||
// }
|
}
|
||||||
initializeDateFormatting();
|
initializeDateFormatting();
|
||||||
// For sharing files coming from outside the app while the app is still opened
|
// For sharing files coming from outside the app while the app is still opened
|
||||||
ReceiveSharingIntent.getMediaStream()
|
ReceiveSharingIntent.getMediaStream()
|
||||||
|
|||||||
Reference in New Issue
Block a user