Revision a19b98e8
Added by Leszek Koltunski 2 days ago
| src/main/java/org/distorted/library/message/EffectMessageSender.kt | ||
|---|---|---|
| 52 | 52 |
if (!mNotify) |
| 53 | 53 |
{
|
| 54 | 54 |
try { mLock.wait() }
|
| 55 |
catch (ignored: InterruptedException) { }
|
|
| 55 |
catch (_: InterruptedException) { }
|
|
| 56 | 56 |
} |
| 57 | 57 |
mNotify = false |
| 58 | 58 |
} |
Also available in: Unified diff
minor