Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20f00357 authored by Scott Hancher's avatar Scott Hancher Committed by Josh Guilfoyle
Browse files

Forgot recycle call in constructor.

parent e51198a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ public class TextFieldLabel extends LinearLayout {
			}

		}
		a.recycle();
		
		mTextField = (EditText) findViewById(R.id.textFieldId);
	}