Update to ONDK r25.7

This commit is contained in:
topjohnwu
2023-08-15 17:10:20 -07:00
parent f86c66c99d
commit 41226c12b8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ impl MagiskCpio for Cpio {
let mut backups = HashMap::<String, Box<CpioEntry>>::new();
let mut rm_list = String::new();
self.entries
.drain_filter(|name, _| name.starts_with(".backup/"))
.extract_if(|name, _| name.starts_with(".backup/"))
.for_each(|(name, entry)| {
if name == ".backup/.rmlist" {
if let Ok(data) = from_utf8(&entry.data) {