This commit is contained in:
Alexander Sytnyk 2017-07-24 18:10:06 +03:00
parent 17d8f70da7
commit 5471656990

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);
}
}
});
}