Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java +4 −1 Original line number Diff line number Diff line Loading @@ -749,7 +749,10 @@ public class RemoteInputView extends LinearLayout implements View.OnClickListene super.dispatchStartTemporaryDetach(); // Detach the EditText temporarily such that it doesn't get onDetachedFromWindow and // won't lose IME focus. detachViewFromParent(mEditText); final int iEditText = indexOfChild(mEditText); if (iEditText != -1) { detachViewFromParent(iEditText); } } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/RemoteInputView.java +4 −1 Original line number Diff line number Diff line Loading @@ -749,7 +749,10 @@ public class RemoteInputView extends LinearLayout implements View.OnClickListene super.dispatchStartTemporaryDetach(); // Detach the EditText temporarily such that it doesn't get onDetachedFromWindow and // won't lose IME focus. detachViewFromParent(mEditText); final int iEditText = indexOfChild(mEditText); if (iEditText != -1) { detachViewFromParent(iEditText); } } @Override Loading