更新 taskInfo.java

This commit is contained in:
2023-08-09 20:00:13 +08:00
parent 075eb56102
commit 0813d83a13

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