Skip to content

Commit f0b476e

Browse files
committed
Fix manual constructor
1 parent af3dc6d commit f0b476e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DriveBackup/src/main/java/ratismal/drivebackup/UploadThread.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public void initiatorError(String input, String... placeholders) {
179179
}
180180
};
181181
fileUtil = new FileUtil(logger);
182+
totalTimer = new Timer();
182183
}
183184

184185
/**

0 commit comments

Comments
 (0)