Links (5)
“ The reason may be related to this change , which check itself before it is initialized. Use 2.4.0 of lifecycle-process as workaround. ”
“ As I understand EmojiCompatInitializer has ProcessLifecycleInitializer as a dependency .
That is mean, the ProcessLifecycleInitializer must be executed before the EmojiCompatInitializer, which in its create method calls the delayUntilFirstResume method, which in turn calls the ProcessLifecycleInitializer via
appInitializer.initializeComponent(ProcessLifecycleInitializer.class) ”
“ As I understand EmojiCompatInitializer has ProcessLifecycleInitializer as a dependency.
That is mean, the ProcessLifecycleInitializer must be executed before the EmojiCompatInitializer, which in its create method calls the delayUntilFirstResume method, which in turn calls the ProcessLifecycleInitializer via
appInitializer.initializeComponent(ProcessLifecycleInitializer.class) ”
“ As I understand EmojiCompatInitializer has ProcessLifecycleInitializer as a dependency.
That is mean, the ProcessLifecycleInitializer must be executed before the EmojiCompatInitializer, which in its create method calls the delayUntilFirstResume method, which in turn calls the ProcessLifecycleInitializer via
appInitializer.initializeComponent(ProcessLifecycleInitializer.class) ”