mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-22 16:26:41 +00:00
Break out of wait on InterruptedException
This commit is contained in:
@@ -566,6 +566,8 @@ public class MediaCodecDecoderRenderer extends VideoDecoderRenderer implements C
|
|||||||
// handle that here, we will re-interrupt the thread to set the interrupt
|
// handle that here, we will re-interrupt the thread to set the interrupt
|
||||||
// status back to true.
|
// status back to true.
|
||||||
Thread.currentThread().interrupt();
|
Thread.currentThread().interrupt();
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user