mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
Call super method.
This commit is contained in:
parent
70383130f5
commit
84223a221c
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ public class DialpadView extends LinearLayout {
|
|||
|
||||
@Override
|
||||
protected void onFinishInflate() {
|
||||
super.onFinishInflate();
|
||||
setupKeypad();
|
||||
mDigits = (EditText) findViewById(R.id.digits);
|
||||
mDelete = (ImageButton) findViewById(R.id.deleteButton);
|
||||
|
|
Loading…
Reference in a new issue