Merge "Omaha #4474 Fix alert view dispose error." into omaha_16.1.1
Former-commit-id: f0c209cc9c26350cd50eb04db9fc863b84704496
This commit is contained in:
commit
79bd634511
1 changed files with 2 additions and 3 deletions
|
@ -435,11 +435,10 @@ public class AlertTable extends Composite implements StyleListener {
|
|||
|
||||
@Override
|
||||
public void updateStyle() {
|
||||
Display display = getDisplay();
|
||||
if (display.isDisposed()) {
|
||||
if (this.isDisposed()){
|
||||
return;
|
||||
}
|
||||
display.asyncExec(new Runnable() {
|
||||
getDisplay().asyncExec(new Runnable() {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Reference in a new issue