Fixed
Status Update
Comments
fi...@google.com <fi...@google.com>
ar...@google.com <ar...@google.com>
ar...@google.com <ar...@google.com> #2
Please include a sample project that reproduces your issue.
ar...@google.com <ar...@google.com>
jn...@google.com <jn...@google.com> #3
Sample project attached. Just add to plain project this dependencies allow to reproduce.
def emoji2_version = "1.1.0-beta01"
implementation "androidx.emoji2:emoji2:$emoji2_version"
def lifecycle_version = "2.5.0-alpha01"
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"
kr...@gmail.com <kr...@gmail.com> #4
The reason may be related to 2.4.0
of lifecycle-process
as workaround.
cc...@google.com <cc...@google.com> #5
Yes, this is due to this change, as well as the fact that EmojiCompatInitializer has a ProcessLifecycleInitializer as a dependency and also re-calls it, but in manual mode.
Description
I've created a project to show how fast the ConfirmationActivity displays:
Would be nice if the developer can control how long the confirmation is displayed, in milliseconds.