更新 taskInfo.java

master
wangsiyuan 2023-08-09 20:00:13 +08:00
parent 075eb56102
commit 0813d83a13
1 changed files with 0 additions and 8 deletions

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