We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d420ffe commit 22ed82cCopy full SHA for 22ed82c
1 file changed
src/mobile.rs
@@ -82,7 +82,7 @@ impl<R: Runtime> Cache<R> {
82
level: compression_level.unwrap_or(6),
83
threshold: compression_threshold.unwrap_or(crate::models::COMPRESSION_THRESHOLD),
84
};
85
-
+
86
// Send configuration to native side
87
let _ = self.0.run_mobile_plugin("updateCompressionConfig", &config);
88
// Error is ignored because this feature might not exist in older versions of mobile plugins
0 commit comments