commit | 4bc2558d454b512f84ba4a68ede89820f28e6ea4 | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Feb 11 15:23:22 2024 +0100 |
committer | Michael W <baddaemon87@gmail.com> | Sun Feb 18 11:45:44 2024 +0000 |
tree | dbd53886b600d9525df2287a3f9a3fefcdfc96a7 | |
parent | d0e5d217b8a6d0c087acb6dcc68901c1fc532a20 [diff] |
Dialer: Fix Voicemail playback * With the AndroidX conversion, onActivityCreated gets called later than the only call to getVoicemailPlaybackPresenter(), which in turn returns null and thus leading to hiding the playback controls * Split the deprecated method into the ones we need: onCreate() for non-UI initialisations and onViewCreated for the others Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/6667 Change-Id: I0da4a9114a80e62fd25138ce9c92e9fb7f386d53