Skip to content

Commit dd5fec7

Browse files
committed
Fix ParseThread
1 parent 6f1dddc commit dd5fec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/src/main/java/com/proxerme/library/connection/ProxerConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public void run() {
259259
}
260260
});
261261

262-
parseThreads.add(getTag(), parseThread);
262+
parseThreads.add(parseThread);
263263
parseThread.start();
264264
} else {
265265
if (exception.reason() != BridgeException.REASON_REQUEST_CANCELLED) {

0 commit comments

Comments
 (0)