mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 10:18:09 +02:00
chore(gui): expect selected_device rather than unwrap
This commit is contained in:
parent
1915ea04f4
commit
b01d310601
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ impl Application for UadGui {
|
|||
for u in self
|
||||
.selected_device
|
||||
.as_ref()
|
||||
.unwrap()
|
||||
.expect("Device should be selected")
|
||||
.user_list
|
||||
.iter()
|
||||
.filter(|&u| !u.protected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue