commit | 359740ac6a685ed61aebf9fbca8fcc148048c7c6 | [log] [tgz] |
---|---|---|
author | Ibrahim Yilmaz <iyz@google.com> | Wed Jun 28 18:11:00 2023 +0000 |
committer | Ibrahim Yilmaz <iyz@google.com> | Fri Jul 07 20:37:31 2023 +0000 |
tree | 6ae36da54e499a2c1780c4d7c6f99161b2ebf04c | |
parent | a81b1bc89c27fc340466d5155cc1d3b9a79deede [diff] |
Add setTextAsync method to TextView This CL adds a setTextAsync method to the TextView class. This method allows the text to be maniputed on a background thread and set the result on main thread with Runnable. Bug: 289250881 Test: Manual by checking Notification and Widget Texts. Change-Id: I3d74f2de2503318441c868bb931a2bc447c03517