Fix NPE when clearing missed call
putIfAbsent return previous value which is null when the key is absent. so putIfAbsent().set() throws NPE Change-Id: I33f30848132479f28ff0720d986fa13d188835d3
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
putIfAbsent return previous value which is null when the key is absent. so putIfAbsent().set() throws NPE Change-Id: I33f30848132479f28ff0720d986fa13d188835d3