0.6.5 - Hotfix

pull/208/head 0.6.5
Fox2Code 2 years ago
parent 584e138644
commit 0120a86ec4

@ -12,8 +12,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 33
versionCode 56
versionName "0.6.4"
versionCode 57
versionName "0.6.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

@ -65,7 +65,7 @@ public class NoodleDebug {
this.thread = new WeakReference<>(Thread.currentThread());
THREAD_NOODLE.set(this);
} else {
this.thread = null;
this.thread = NULL_THREAD_REF;
THREAD_NOODLE.remove();
}
return this;

Loading…
Cancel
Save