Explorar o código

reestablish interrupt state

Armin Schrenk %!s(int64=2) %!d(string=hai) anos
pai
achega
fa1b0f2de8

+ 1 - 0
src/main/java/org/cryptomator/common/mount/MountWithinParentUtil.java

@@ -62,6 +62,7 @@ public final class MountWithinParentUtil {
 			} catch (IOException e) {
 				throw new MountPointPreparationException(e);
 			} catch (InterruptedException e) {
+				Thread.currentThread().interrupt();
 				throw new MountPointPreparationException(e);
 			}
 		}