mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
fix: selection counter not resetting after pressing the refresh/reboot btn
How is it possible that no one has reported this bug in all this time? :)
This commit is contained in:
parent
cce2503039
commit
9f01eed2b5
1 changed files with 2 additions and 2 deletions
|
|
@ -127,11 +127,11 @@ impl Application for UadGui {
|
|||
Command::none()
|
||||
}
|
||||
Message::RefreshButtonPressed => {
|
||||
self.apps_view.loading_state = ListLoadingState::FindingPhones("".to_string());
|
||||
self.apps_view = AppsView::default();
|
||||
Command::perform(get_devices_list(), Message::LoadDevices)
|
||||
}
|
||||
Message::RebootButtonPressed => {
|
||||
self.apps_view.loading_state = ListLoadingState::FindingPhones("".to_string());
|
||||
self.apps_view = AppsView::default();
|
||||
self.selected_device = None;
|
||||
self.devices_list = vec![];
|
||||
Command::perform(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue