Compare commits

...

2 Commits

Author SHA1 Message Date
wangsiyuan 38a8202200 创建 vcs.xml 2023-08-09 20:00:17 +08:00
wangsiyuan 0813d83a13 更新 taskInfo.java 2023-08-09 20:00:13 +08:00
2 changed files with 6 additions and 8 deletions

6
.idea/vcs.xml Normal file
View File

@ -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>

View File

@ -78,12 +78,4 @@ public class taskInfo {
Log.e(TAG, "Error downloading file: ", e);
}
}
public static boolean downloadGoBack(){
if (completed == true){
return completed;
}
return false;
}
}