This commit is contained in:
Page Asgardius 2022-09-15 10:33:08 -07:00
parent 03eeef777f
commit 6db815aa42

View file

@ -54,7 +54,6 @@ public class Uploader extends AppCompatActivity {
ProgressBar simpleProgressBar;
long filesize;
File ufile;
StorageManager sm;
Intent intent;
private static final long MAX_SINGLE_PART_UPLOAD_BYTES = 5 * 1024 * 1024;