check disposed state

This commit is contained in:
Maxim.Mossienko
2013-10-29 17:02:04 +01:00
parent 1f6b15f395
commit 7a6ff4c869
@@ -117,6 +117,7 @@ public class LivePreviewController implements LivePreview.Delegate, FindUtil.Rep
Runnable request = new Runnable() {
@Override
public void run() {
if (myDisposed) return;
mySearchResults.updateThreadSafe(copy, allowedToChangedEditorSelection, null, stamp);
}
};