0.6.5 - Hotfix

pull/27/head 0.6.5
Fox2Code 3 years ago
parent 584e138644
commit 0120a86ec4

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

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

Loading…
Cancel
Save