feat: Enable experimental suport for dehydrated devices
This commit is contained in:
parent
e6fa844519
commit
bdb15625e3
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ abstract class ClientManager {
|
||||||
},
|
},
|
||||||
nativeImplementations: nativeImplementations,
|
nativeImplementations: nativeImplementations,
|
||||||
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
||||||
|
enableDehydratedDevices: true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue