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

Commit 95df7522 authored by Danesh M's avatar Danesh M
Browse files

T9 : Fix bug

To reproduce :
Type a few digits
Expand list
Click a contact (Dial on touch turned off)
Press backspace once

Change-Id: I3d26ad0bc03eff80b9f06f69d47e2fb742f0449a
parent 9650aeaa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -769,6 +769,7 @@ public class DialpadFragment extends Fragment
                        mT9Toggle.setVisibility(View.VISIBLE);
                    } else {
                        mT9Toggle.setVisibility(View.GONE);
                        toggleT9();
                    }
                    mT9Toggle.setTag(null);
                } else {