This commit is contained in:
Alexander Sytnyk 2017-07-24 18:10:06 +03:00
parent 6728d20a05
commit ca4732b752

View file

@ -295,7 +295,9 @@ public class ContributionVersionActivity extends OsmandListActivity {
this.activity.runOnUiThread(new Runnable() {
@Override
public void run() {
activity.endThreadOperation(operationId, e);
if (activity != null) {
activity.endThreadOperation(operationId, e);
}
}
});
}