Fix refactoring SelectGpxTask->GpxSelectionHelper
This commit is contained in:
parent
c774bd1fc5
commit
ab8a90fac3
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment implement
|
|||
public void onPause() {
|
||||
super.onPause();
|
||||
updateEnable = false;
|
||||
if (operationTask != null && !(operationTask instanceof SelectGpxTask)) {
|
||||
if (operationTask != null) {
|
||||
operationTask.cancel(true);
|
||||
}
|
||||
if (actionMode != null) {
|
||||
|
|
Loading…
Reference in a new issue