Remove unneeded HandlerThreads
This commit is contained in:
parent
9d6654eecf
commit
c68c7e5cb4
|
@ -75,8 +75,6 @@ public class NewCarbsDialog extends DialogFragment implements OnClickListener, C
|
||||||
private boolean okClicked;
|
private boolean okClicked;
|
||||||
|
|
||||||
public NewCarbsDialog() {
|
public NewCarbsDialog() {
|
||||||
HandlerThread mHandlerThread = new HandlerThread(NewCarbsDialog.class.getSimpleName());
|
|
||||||
mHandlerThread.start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final private TextWatcher textWatcher = new TextWatcher() {
|
final private TextWatcher textWatcher = new TextWatcher() {
|
||||||
|
|
|
@ -75,8 +75,6 @@ public class NewInsulinDialog extends DialogFragment implements OnClickListener
|
||||||
private boolean okClicked;
|
private boolean okClicked;
|
||||||
|
|
||||||
public NewInsulinDialog() {
|
public NewInsulinDialog() {
|
||||||
HandlerThread mHandlerThread = new HandlerThread(NewInsulinDialog.class.getSimpleName());
|
|
||||||
mHandlerThread.start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final private TextWatcher textWatcher = new TextWatcher() {
|
final private TextWatcher textWatcher = new TextWatcher() {
|
||||||
|
|
Loading…
Reference in a new issue