Commit b62b9c0
[Ink] Add nonnull to the MDCInkTouchController initializer (#1123)
* Specify `nonnull` on the MDCInkTouchController initializer.
This is a quick change since the initializer was never returning nil to begin with.
* Update Shrine to use the nonnull MDCInkTouchController initializer.1 parent 0efb553 commit b62b9c0
File tree
3 files changed
+3
-3
lines changed- catalog/MDCCatalog
- components/Ink/src
- demos/Shrine/Shrine
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments