feat: Enable experimental suport for dehydrated devices

This commit is contained in:
Krille 2023-12-04 08:59:53 +01:00
parent e6fa844519
commit bdb15625e3
No known key found for this signature in database

View file

@ -109,6 +109,7 @@ abstract class ClientManager {
},
nativeImplementations: nativeImplementations,
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
enableDehydratedDevices: true,
);
}
}