소스 검색

reestablish interrupt state

Armin Schrenk 2 년 전
부모
커밋
fa1b0f2de8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/org/cryptomator/common/mount/MountWithinParentUtil.java

+ 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);
 			}
 		}