commit | db1d43bf2f77b2eacc0f3e4bf0c3cbcb059fea5a | [log] [tgz] |
---|---|---|
author | Uchenna Okoye <[email protected]> | Tue Mar 30 22:02:45 2021 +0000 |
committer | Uchenna Okoye <[email protected]> | Wed Mar 31 22:11:33 2021 +0000 |
tree | 0ecf01a16e9ebefecbe8cc6dac6e93525f99a4dd | |
parent | 9c280b08c842bc063ea10457bfb40fd93199c557 [diff] |
Fix bug where message notifications fail to be posted Failure occurred when InMemoryPhoneBook.get is called before InMemoryPhoneBook.init. To solve this, initialize InMemoryPhoneBook before a call to get. Bug: 183799975 Change-Id: Ibfdf2ebca4785dbf9b6fa3e0075aa2a3691dc022 Test: Tested locally and notifications are posted