mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 03:20:20 +02:00
Fixing bug in AbstractRipper
This commit is contained in:
@@ -244,7 +244,7 @@ public abstract class AbstractRipper
|
||||
}
|
||||
|
||||
public void sendUpdate(STATUS status, Object message) {
|
||||
if (observer != null) {
|
||||
if (observer == null) {
|
||||
return;
|
||||
}
|
||||
synchronized (observer) {
|
||||
|
Reference in New Issue
Block a user