Преглед изворни кода

reestablish interrupt state

Armin Schrenk пре 2 година
родитељ
комит
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);
 			}
 		}