commit | 97d8711d847109722a2c1b26b81d3f61b15210ac | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Tue Sep 22 15:09:56 2020 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Fri Sep 25 18:40:23 2020 +0000 |
tree | 0c1b4249cdf09bb971018a5537c46901a72aadd8 | |
parent | acfc3997cca34020db1847e0c5a982fd29ee8606 [diff] |
Fix issue where "learn more" link on 5G NR settings doesn't work. Issue is due to the fact the footer text is a spannable string which although different from the original text loaded when the preference was constructed, is the same in terms of object equality. Clearing the preference title before assigning the footer text fixes this. Fixes: 162011372 Test: Manual test; open settings and verify link is clickable now. Change-Id: I5d22c665b0d6fb842bc54dc55a2eb3045e0092a2