Commit 2e0182e
Convert SavedReplyGlyphComponentSpec to KComponent
Summary:
## This Diff
This diff converts `SavedReplyGlyphComponentSpec` to KComponent and updates both the MTV and UTV usages (although UTV code will eventually be deleted).
Note: I had to make some changes to core Litho code for this diff. The `StyleCompat` (to be used in Java code) object does not expose a method for setting touch expansion while `Style` (to be used in Kotlin code) does. I added a method to `StyleCompat` to allow us to set this in Java-land, following the example of similar props (e.g. margin).
Differential Revision: D67408743
fbshipit-source-id: eeef53e85cb1a14cbce81d5545d879ad9fd91f941 parent 7fa45cd commit 2e0182e
1 file changed
Lines changed: 23 additions & 0 deletions
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
221 | 227 | | |
222 | 228 | | |
223 | 229 | | |
| |||
496 | 502 | | |
497 | 503 | | |
498 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
499 | 522 | | |
500 | 523 | | |
501 | 524 | | |
| |||
0 commit comments