Skip to content
Commit fb28aa28 authored by Ming-Shin Lu's avatar Ming-Shin Lu
Browse files

Remove remote input after ime insets animation end

As RemoteInputController#removeRemoteInput will end up to set the
notification shade to not be IME focusable and IME layering target,

If invoking this method too early before IME hide animation finished,
it will cause IME layer can't be on top of notification shade, and
should wait until that happen to fix this IME layer issue.

Fix: 174222049
Test: manual as below steps
  1) Make and install EditTextVariations
  2) Select menu -> Direct Reply to popup remote input notification.
  3) In remote input notification, press "Direct Reply Test" to input
     text and press enter button.
  4) verify if the soft-keyboard hide animation happens on top of
     the notification.
Test: atest NotificationRemoteInputManagerTest

Change-Id: I7dbc8e656505f79b1bfb198c458d3b95a645c1cb
parent b7c06c17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment