Compare commits
2 Commits
075eb56102
...
38a8202200
| Author | SHA1 | Date |
|---|---|---|
|
|
38a8202200 | |
|
|
0813d83a13 |
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -78,12 +78,4 @@ public class taskInfo {
|
||||||
Log.e(TAG, "Error downloading file: ", e);
|
Log.e(TAG, "Error downloading file: ", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean downloadGoBack(){
|
|
||||||
if (completed == true){
|
|
||||||
return completed;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in New Issue