mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Call Thread.currentThread().interrupt() when handling interruption.
This commit is contained in:
@@ -92,6 +92,7 @@ public class BriarActivity extends RoboFragmentActivity {
|
||||
service.waitForShutdown();
|
||||
} catch(InterruptedException e) {
|
||||
LOG.warning("Interrupted while waiting for service");
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
finishAndExit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user