bugfix
This commit is contained in:
parent
f0ed576448
commit
7d6c451c00
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ public class FileUploadListener implements ProgressListener{
|
|||
public FileUploadListener(){
|
||||
id = ""+(int)(Math.random()*Integer.MAX_VALUE);
|
||||
status = Status.Initializing;
|
||||
filename = "";
|
||||
message = "";
|
||||
}
|
||||
|
||||
public void update(long pBytesRead, long pContentLength, int pItems) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue