mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +00:00
This commit is contained in:
parent
9dae40fae0
commit
b2822b27a1
@ -189,7 +189,7 @@ public final class ThreadManager {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
final DirectThread thread = threads.stream()
|
final DirectThread thread = threads.stream()
|
||||||
.filter(t -> t.getThreadId().equals(threadId))
|
.filter(t -> Objects.equals(t.getThreadId(), threadId))
|
||||||
.findFirst()
|
.findFirst()
|
||||||
.orElse(null);
|
.orElse(null);
|
||||||
if (thread != null) {
|
if (thread != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user