Merge change 4516 into donut
* changes: SDK Updater: fix accept callback to update Install Selected button.
This commit is contained in:
@@ -494,15 +494,16 @@ final class UpdateChooserDialog extends Dialog {
|
||||
needUpdate = false;
|
||||
}
|
||||
|
||||
mInternalLicenseRadioUpdate = false;
|
||||
|
||||
if (needUpdate) {
|
||||
if (mLicenseAcceptAll) {
|
||||
mTableViewPackage.refresh();
|
||||
} else {
|
||||
mTableViewPackage.refresh(a);
|
||||
}
|
||||
updateLicenceRadios(a);
|
||||
}
|
||||
|
||||
mInternalLicenseRadioUpdate = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user