user-interface-samples icon indicating copy to clipboard operation
user-interface-samples copied to clipboard

Flickering occurs at WindowInsetsAnimation

Open truelightn opened this issue 5 years ago • 0 comments

https://github.com/android/user-interface-samples/tree/master/WindowInsetsAnimation

Condition change 1.Change message count const val NUMBER_MESSAGES = 3 in ConversationAdapter.kt 2. remove reverseLayout = "true" from RecyclerView

When the IME is displayed in this state, it flickers.

I want the bubble to appear from the top.

truelightn avatar Aug 27 '20 08:08 truelightn