Merge pull request #4082 from osmandapp/alex_branch

Alex branch
This commit is contained in:
Alexey 2017-07-10 15:29:16 +03:00 committed by GitHub
commit fd18cf150c

View file

@ -79,6 +79,12 @@ public class OsmLiveActivity extends AbstractDownloadActivity implements Downloa
}
}
@Override
protected void onPause() {
super.onPause();
getMyApplication().getDownloadThread().resetUiActivity(this);
}
@Override
protected void onDestroy() {
super.onDestroy();