Skip to content

Commit

Permalink
fix: perform selected app operations in the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Oct 26, 2023
1 parent 757840b commit cc89784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class SelectedAppInfoViewModel(input: Params) : ViewModel(), KoinComponent {
var selectedApp
get() = _selectedApp
set(value) {
invalidateSelectedAppInfo()
_selectedApp = value
invalidateSelectedAppInfo()
}

var selectedAppInfo: PackageInfo? by mutableStateOf(null)
Expand Down

0 comments on commit cc89784

Please sign in to comment.